-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
39 lines (31 loc) · 1.01 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Python precached files
__pycache__
# Temp files created by server
*.ztmp
# Plugin created files
*.cfg
*.res
*_server.ini
# Custom plugin files
addons/source-python/data/plugins/gungame/
!addons/source-python/data/plugins/gungame/credits.ini
addons/source-python/plugins/gungame/plugins/custom/
!addons/source-python/plugins/gungame/plugins/custom/__init__.py
resource/source-python/translations/gungame/commands/custom_plugins/
resource/source-python/translations/gungame/messages/custom_plugins/
resource/source-python/translations/gungame/config/custom_plugins/
resource/source-python/translations/gungame/rules/custom_plugins/
resource/source-python/translations/gungame/settings/custom_plugins/
# Server-specific configuration files
cfg/source-python/gungame/*.ini
cfg/source-python/gungame/gamemodes
cfg/source-python/gungame/sound_packs/
cfg/source-python/gungame/weapon_orders/
# PyCharm files
.idea/
# Mac files
.DS_Store
# Do not ignore any readme files
!readme.md
# Ignore sound files unless explicitly added
sound/