mirror of
				https://github.com/ineedbots/iw5_bot_warfare.git
				synced 2025-10-30 03:56:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			52 lines
		
	
	
		
			602 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			602 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore everything in repository root
 | |
| /*
 | |
| 
 | |
| # Files to not ignore
 | |
| !/.gitignore
 | |
| !/.vscode
 | |
| !/.editorconfig
 | |
| !/.gitattributes
 | |
| 
 | |
| # 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
 | |
| !/out
 | |
| 
 | |
| !/raw/maps/mp/gametypes
 | |
| !/raw/maps/mp/killstreaks
 | |
| !/raw/maps/mp/mp_rust.d3dbsp.ents
 | |
| !/raw/maps/mp/mp_nuked.d3dbsp.ents
 | |
| 
 | |
| 
 | |
| !/admin
 | |
| /admin/*
 | |
| 
 | |
| !/admin/server.cfg
 | |
| !/admin/server.dsr
 | |
| !/z_server.bat
 | |
| 
 | |
| !/README.md
 | |
| 
 | |
| 
 | |
| *.zip
 | |
| *.log
 | |
| *.stat
 | |
| logs/
 | |
| demos/
 | |
| images/
 | |
| missingasset.csv
 |