mirror of
				https://github.com/ineedbots/iw5_bot_warfare.git
				synced 2025-10-30 20:16:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			52 lines
		
	
	
		
			657 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			657 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore everything in repository root 
 | |
| /*
 | |
| 
 | |
| # Files to not ignore
 | |
| !/.gitignore
 | |
| 
 | |
| # Folder to not ignore
 | |
| !/raw
 | |
| /raw/*
 | |
| !/raw/scripts
 | |
| 
 | |
| !/.astylerc
 | |
| !/deploy.js
 | |
| !/deploy.bat
 | |
| !/z_deploy.bat
 | |
| 
 | |
| !/raw/maps
 | |
| /raw/maps/*
 | |
| !/raw/maps/mp/
 | |
| /raw/maps/mp/*
 | |
| !/raw/maps/mp/bots/
 | |
| !/raw/bw-assets
 | |
| !/raw/bots.txt
 | |
| 
 | |
| !/raw/maps/mp/gametypes
 | |
| 
 | |
| 
 | |
| !/admin
 | |
| /admin/*
 | |
| !/admin/bot_test.cfg
 | |
| !/admin/bot_test.dsr
 | |
| !/admin/server.cfg
 | |
| 
 | |
| !/z_client_staging_client.bat
 | |
| !/z_client_staging_local.bat
 | |
| !/z_client_staging_server.bat
 | |
| !/z_server_prod.bat
 | |
| !/z_server_staging.bat
 | |
| !/z_server_staging_bot_test.bat
 | |
| !/z_client_prod_client.bat
 | |
| 
 | |
| !/README.md
 | |
| 
 | |
| 
 | |
| *.zip
 | |
| *.log
 | |
| *.stat
 | |
| logs/
 | |
| demos/
 | |
| images/
 | |
| missingasset.csv
 |