mirror of
				https://github.com/ineedbots/t4_bot_warfare.git
				synced 2025-10-30 07:06:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			289 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			289 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore everything in repository root
 | |
| /*
 | |
| 
 | |
| # Files to not ignore
 | |
| !/.gitignore
 | |
| !/.vscode
 | |
| !/.editorconfig
 | |
| !/.gitattributes
 | |
| 
 | |
| !/z_server.bat
 | |
| !/README.md
 | |
| !/out
 | |
| 
 | |
| *.zip
 | |
| 
 | |
| !/.astylerc
 | |
| !/z_deploy.bat
 | |
| !/deploy.bat
 | |
| !/deploy.js
 | |
| 
 | |
| !/main/
 | |
| !/main_shared/
 | |
| /main/*
 | |
| !/main/server.cfg
 | |
| 
 | |
| *.log
 | |
| missingasset.csv
 |