mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-04-23 23:45:43 +00:00
28 lines
297 B
Plaintext
28 lines
297 B
Plaintext
# Ignore everything in repository root
|
|
/*
|
|
|
|
# Files to not ignore
|
|
!/.gitignore
|
|
!/.gitattributes
|
|
!/.editorconfig
|
|
!/.vscode
|
|
|
|
# Folder to not ignore
|
|
!/mods
|
|
/mods/*
|
|
!/mods/bots
|
|
|
|
!/deploy.js
|
|
!/deploy.bat
|
|
!/z_deploy.bat
|
|
!/.astylerc
|
|
|
|
!/main
|
|
/main/*
|
|
!/main/server.cfg
|
|
!/z_server.bat
|
|
|
|
*.dat
|
|
*.log
|
|
players/
|