mirror of
				https://github.com/ineedbots/iw3_bot_warfare.git
				synced 2025-10-30 16:07:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			446 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			446 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore everything in repository root 
 | |
| /*
 | |
| 
 | |
| # Files to not ignore
 | |
| !/.gitignore
 | |
| !/botnames.txt
 | |
| !/z_devserver.bat
 | |
| !/z_serverdev.bat
 | |
| !/z_server.bat
 | |
| !/z_client.bat
 | |
| !/z_dev.bat
 | |
| 
 | |
| # Folder to not ignore
 | |
| !/main_shared/
 | |
| *.gsx
 | |
| !/main_shared/maps/mp/gametypes/_callbacksetup.gsx
 | |
| main_shared/maps/mp/gametypes/_globallogic.gsx
 | |
| main_shared/maps/mp/gametypes/_hardpoints.gsx
 | |
| !/README.md
 | |
| 
 | |
| !/main/
 | |
| /main/*
 | |
| !/main/server.cfg
 | |
| !/main/botnames.txt
 | |
| !/main/waypoints/
 |