mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
27 lines
305 B
Plaintext
27 lines
305 B
Plaintext
# Ignore everything in repository root
|
|
/*
|
|
|
|
# Files to not ignore
|
|
!/.gitignore
|
|
|
|
# Folder to not ignore
|
|
!/scripts
|
|
|
|
!/maps
|
|
/maps/*
|
|
!/maps/mp/
|
|
/maps/mp/*
|
|
!/maps/mp/bots/
|
|
!/maps/mp/gametypes/
|
|
/maps/mp/gametypes/*
|
|
!/maps/mp/gametypes/_playercards.gsc
|
|
|
|
|
|
*.zip
|
|
*.log
|
|
*.stat
|
|
logs/
|
|
demos/
|
|
images/
|
|
missingasset.csv
|