-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (45 loc) · 764 Bytes
/
.gitignore
File metadata and controls
51 lines (45 loc) · 764 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
bin/
# Files to ignore when considering what Git should commit.
# Files generated by programmers
*.pdb
# Files generated by running a mod
# console.log
*.log
# modelsounds.cache, sound.cache
*.cache
# demoheader.tmp
*.tmp
# ep1_gamestats.dat, sass_cache.dat
*.dat
# Don't ignore compiled closed captions
!closecaption_*.dat
# gamestats.txt
*stats.txt
makereslists*.txt
*.mdmp
# Stuff from cfg that gets auto generated
cfg/video.bak
cfg/video.txt
cfg/videodefaults.txt
cfg/banned_user.cfg
# Pamorama
panorama_storage.db
# Workshop crap
thumb*.jpg
workshop_log.txt
imgui.ini
GameConfig.txt
albedo.tga
config.cfg
condump*.txt
downloadlists
expressions/*.bmp
gamestate.txt
maplist.txt
normal.tga
save
screenshots
shader_cache.cfg
voice_ban.dt
whitelist.cfg
/.vs