mirror of
				https://github.com/ineedbots/iw4_bot_warfare.git
				synced 2025-10-30 01:26:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			441 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			441 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore everything in repository root 
 | |
| /*
 | |
| 
 | |
| # Files to not ignore
 | |
| !/.gitignore
 | |
| !/z_devserver.bat
 | |
| !/z_dev.bat
 | |
| !/z_serverdev.bat
 | |
| !/z_server.bat
 | |
| !/z_bots.bat
 | |
| !/z_client.bat
 | |
| !/z_server_pvbrust.bat
 | |
| !/z_server_pvbvote.bat
 | |
| 
 | |
| # Folder to not ignore
 | |
| !/userraw
 | |
| !/main/
 | |
| /main/*
 | |
| !/main/server.cfg
 | |
| !/main/pvbrust.cfg
 | |
| !/main/pvbvote.cfg
 | |
| 
 | |
| *.log
 | |
| *.stat
 | |
| logs/
 | |
| demos/
 | |
| images/
 | |
| missingasset.csv
 | |
| userraw/scripts/_commands.gsc
 | |
| userraw/scripts/_customcallbacks.gsc
 |