mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 22:35:43 +00:00
32 lines
453 B
Plaintext
32 lines
453 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
|
|
!/README.md
|
|
|
|
*.log
|
|
*.stat
|
|
logs/
|
|
demos/
|
|
images/
|
|
missingasset.csv
|
|
userraw/scripts/_commands.gsc
|
|
userraw/scripts/_customcallbacks.gsc
|