mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-24 03:05:43 +00:00
25 lines
434 B
Plaintext
25 lines
434 B
Plaintext
# Ignore everything in repository root
|
|
/*
|
|
|
|
# Files to not ignore
|
|
!/.gitignore
|
|
!/botnames.txt
|
|
!/z_devserver.bat
|
|
!/z_serverdev.bat
|
|
!/z_server.bat
|
|
!/z_client.bat
|
|
!/z_dev.bat
|
|
|
|
# Folder to not ignore
|
|
!/main_shared/
|
|
*.gsx
|
|
!/main_shared/maps/mp/gametypes/_callbacksetup.gsx
|
|
main_shared/maps/mp/gametypes/_globallogic.gsx
|
|
main_shared/maps/mp/gametypes/_hardpoints.gsx
|
|
|
|
!/main/
|
|
/main/*
|
|
!/main/server.cfg
|
|
!/main/botnames.txt
|
|
!/main/waypoints/
|