mirror of
				https://github.com/ineedbots/iw5_bot_warfare.git
				synced 2025-10-30 20:16:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore everything in repository root 
 | |
| /*
 | |
| 
 | |
| # Files to not ignore
 | |
| !/.gitignore
 | |
| 
 | |
| # Folder to not ignore
 | |
| !/scripts
 | |
| 
 | |
| !/maps
 | |
| /maps/*
 | |
| !/maps/mp/
 | |
| /maps/mp/*
 | |
| !/maps/mp/bots/
 | |
| 
 | |
| 
 | |
| *.zip
 | |
| *.log
 | |
| *.stat
 | |
| logs/
 | |
| demos/
 | |
| images/
 | |
| missingasset.csv
 |