mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-03-15 07:26:56 +00:00
42 lines
605 B
Plaintext
42 lines
605 B
Plaintext
# Ignore everything in repository root
|
|
/*
|
|
|
|
# Files to not ignore
|
|
!/.vscode
|
|
!/.gitignore
|
|
!/.editorconfig
|
|
!/.gitattributes
|
|
|
|
!/z_server.bat
|
|
!/z_server_watchdog.bat
|
|
!/z_server_pvbrust.bat
|
|
!/z_server_pvbrust_watchdog.bat
|
|
!/z_server_pvbvote.bat
|
|
!/z_server_pvbvote_watchdog.bat
|
|
|
|
# Folder to not ignore
|
|
!/userraw
|
|
!/main/
|
|
/main/*
|
|
!/main/server.cfg
|
|
!/main/pvbrust.cfg
|
|
!/main/pvbvote.cfg
|
|
!/README.md
|
|
!/out
|
|
|
|
!/.astylerc
|
|
!/z_deploy.bat
|
|
!/deploy.bat
|
|
!/deploy.js
|
|
|
|
*.zip
|
|
*.log
|
|
*.stat
|
|
logs/
|
|
demos/
|
|
images/
|
|
missingasset.csv
|
|
userraw/scripts/_commands.gsc
|
|
userraw/scripts/_customcallbacks.gsc
|
|
userraw/scripts/bots_custom.gsc
|