mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-04-24 02:05:43 +00:00
21 lines
286 B
Plaintext
21 lines
286 B
Plaintext
# Ignore everything in repository root
|
|
/*
|
|
|
|
# Files to not ignore
|
|
!/.gitignore
|
|
!/z_devserver.bat
|
|
!/z_dev.bat
|
|
!/z_serverdev.bat
|
|
|
|
# Folder to not ignore
|
|
!/mods/
|
|
/mods/*
|
|
!/mods/mp_bots/
|
|
!/mods/mp_patch/
|
|
|
|
*.log
|
|
missingasset.csv
|
|
*.ff
|
|
*.files
|
|
/mods/mp_bots/out/*
|
|
!/mods/mp_bots/out/readme.txt |