mirror of
				https://github.com/ineedbots/t4_bot_warfare.git
				synced 2025-10-30 23:26:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			323 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			323 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore everything in repository root 
 | |
| /*
 | |
| 
 | |
| # Files to not ignore
 | |
| !/.gitignore
 | |
| 
 | |
| !/z_client.bat
 | |
| !/z_dev.bat
 | |
| !/z_devserver.bat
 | |
| !/z_server.bat
 | |
| !/z_serverdev.bat
 | |
| !/z_bots.bat
 | |
| !/README.md
 | |
| !/out
 | |
| 
 | |
| *.zip
 | |
| 
 | |
| !/.astylerc
 | |
| !/z_deploy.bat
 | |
| !/deploy.bat
 | |
| !/deploy.js
 | |
| 
 | |
| !/main/
 | |
| !/main_shared/
 | |
| /main/*
 | |
| !/main/server.cfg
 | |
| 
 | |
| *.log
 | |
| missingasset.csv
 |