mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
57 lines
752 B
Plaintext
57 lines
752 B
Plaintext
# Ignore everything in repository root
|
|
/*
|
|
|
|
# Files to not ignore
|
|
!/.gitignore
|
|
!/.vscode
|
|
|
|
# Folder to not ignore
|
|
!/raw
|
|
/raw/*
|
|
!/raw/scripts
|
|
|
|
!/.astylerc
|
|
!/deploy.js
|
|
!/deploy.bat
|
|
!/z_deploy.bat
|
|
|
|
!/raw/maps
|
|
/raw/maps/*
|
|
!/raw/maps/mp/
|
|
/raw/maps/mp/*
|
|
!/raw/maps/mp/bots/
|
|
!/raw/bw-assets
|
|
!/raw/bots.txt
|
|
!/out
|
|
|
|
!/raw/maps/mp/gametypes
|
|
!/raw/maps/mp/killstreaks
|
|
!/raw/maps/mp/mp_rust.d3dbsp.ents
|
|
|
|
|
|
!/admin
|
|
/admin/*
|
|
!/admin/bot_test.cfg
|
|
!/admin/bot_test.dsr
|
|
!/admin/server.cfg
|
|
!/admin/server.dsr
|
|
|
|
!/z_client_staging_client.bat
|
|
!/z_client_staging_local.bat
|
|
!/z_client_staging_server.bat
|
|
!/z_server_prod.bat
|
|
!/z_server_staging.bat
|
|
!/z_server_staging_bot_test.bat
|
|
!/z_client_prod_client.bat
|
|
|
|
!/README.md
|
|
|
|
|
|
*.zip
|
|
*.log
|
|
*.stat
|
|
logs/
|
|
demos/
|
|
images/
|
|
missingasset.csv
|