mirror of
				https://github.com/ineedbots/t5_bot_warfare.git
				synced 2025-10-30 23:57:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			398 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			398 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore everything in repository root 
 | |
| /*
 | |
| 
 | |
| # Files to not ignore
 | |
| !/.gitignore
 | |
| !/.vscode
 | |
| 
 | |
| 
 | |
| !/z_server.bat
 | |
| 
 | |
| !/.astylerc
 | |
| !/deploy.bat
 | |
| !/deploy.js
 | |
| !/z_deploy.bat
 | |
| 
 | |
| !/main/
 | |
| /main/*
 | |
| !/main/server.cfg
 | |
| !/main_shared/
 | |
| 
 | |
| !README.md
 | |
| 
 | |
| # Folder to not ignore
 | |
| !/mods/
 | |
| /mods/*
 | |
| !/mods/mp_bots/
 | |
| !/mods/patch_mp/
 | |
| !/mods/patch_ui_mp/
 | |
| 
 | |
| *.log
 | |
| missingasset.csv
 | |
| *.ff
 | |
| *.files
 | |
| *.iwd
 | |
| !/out/
 | |
| !/out/**/*.ff
 | |
| !/out/**/*.iwd
 | |
| *.zip |