mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-03-15 03:46:57 +00:00
35 lines
409 B
Plaintext
35 lines
409 B
Plaintext
# Ignore everything in repository root
|
|
/*
|
|
|
|
# Files to not ignore
|
|
!/.gitignore
|
|
!/z_devserver.bat
|
|
!/z_dev.bat
|
|
!/z_serverdev.bat
|
|
!/z_client.bat
|
|
!/z_bots.bat
|
|
!/z_server.bat
|
|
|
|
!/main/
|
|
/main/*
|
|
!/main/server.cfg
|
|
!/main_shared/
|
|
|
|
!README.md
|
|
|
|
# Folder to not ignore
|
|
!/mods/
|
|
/mods/*
|
|
!/mods/mp_bots/
|
|
!/mods/patch_mp/
|
|
!/mods/patch_ui_mp/
|
|
|
|
*.log
|
|
missingasset.csv
|
|
*.ff
|
|
*.files
|
|
*.iwd
|
|
!/out/
|
|
!/out/**/*.ff
|
|
!/out/**/*.iwd
|
|
*.zip |