mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-24 22:59:12 +00:00
26 lines
349 B
Plaintext
26 lines
349 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
|
|
|
|
# Folder to not ignore
|
|
!/userraw
|
|
!/main/
|
|
/main/*
|
|
!/main/server.cfg
|
|
|
|
*.log
|
|
*.stat
|
|
logs/
|
|
demos/
|
|
missingasset.csv
|
|
userraw/scripts/_commands.gsc
|
|
userraw/scripts/_customcallbacks.gsc
|