mirror of
				https://github.com/ineedbots/iw3_bot_warfare.git
				synced 2025-10-31 00:16:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			543 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			543 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
 | |
| *.zip
 | |
| !/out
 | |
| 
 | |
| !/main/
 | |
| /main/*
 | |
| !/main/server.cfg
 | |
| !/main/botnames.txt
 | |
| !/main/waypoints/
 | |
| !/main/plugins/
 | |
| /main/plugins/*
 | |
| !/main/plugins/httpget.dll
 | |
| !/main/plugins/httpget.so
 |