-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (55 loc) · 815 Bytes
/
Copy path.gitignore
File metadata and controls
63 lines (55 loc) · 815 Bytes
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Byte-compiled / optimized / DLL files
__pycache__/
logs/
*.pyc
*.pyo
*.pyd
*.obj
*.c
# Local Virtual Environments (UV / Virtualenv)
.venv/
venv/
ENV/
# Game Extraction Directories (Extracted Audios)
unpacked_sounds/
packs/
# Temporary / Build directories
build/
dist/
release/
*.spec
cython_cache/
converted/
update_package.zip
# Server Logs and Transient User/Character Databases
*.log
log.txt
chats.log
adminlog.txt
server/*.log
server/*.txt
server/chars/
server/maps/*.map.bak
server/votes.dat
# Operating System Files
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# IDE and Project Editor directories
.vscode/
.idea/
.vs/
*.suo
*.user
*.userossc
*.sln
*.db
# FMOD/Steam Audio native library binaries
third_party/
# Ignore all .dat files
*.dat
sounds.dat
src/zero_hour_assault.egg-info/
/sounds
*.log