mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 22:35:43 +00:00
22 lines
265 B
Plaintext
22 lines
265 B
Plaintext
# Ignore everything in repository root
|
|
/*
|
|
|
|
# Files to not ignore
|
|
!/.gitignore
|
|
!/z_devserver.bat
|
|
!/z_dev.bat
|
|
!/z_serverdev.bat
|
|
!/z_server.bat
|
|
|
|
# Folder to not ignore
|
|
!/mods/
|
|
/mods/*
|
|
!/mods/bots/
|
|
!/main/
|
|
/main/*
|
|
!/main/server.cfg
|
|
|
|
*.log
|
|
logs/
|
|
demos/
|
|
missingasset.csv |