forked from devilesk/dota-map-coordinates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (41 loc) · 741 Bytes
/
.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
40
41
42
43
44
45
46
47
# Cache crap that Valve autogenerates
*.bin
*.cfg
# Compiled formats
*.vpcf_c
*.vtex_c
*.vsndevts_c
*.vsnd_c
*.vmat_c
*.vjs_c
*.vxml_c
*.vcss_c
*.dmx
*.vmdl
*.vphys
*.vents
*.vmesh
*.vgrass
*.vrman
*.vwnod
*.vwrld
*showcase*.vmap
hero*.vmap
# Commit panorama compiled textures
!game/dota_addons/sandbox/panorama/images/*.vtex_c
!game/dota_addons/sandbox/panorama/images/custom_game/*.vtex_c
# Map overviews
content/dota_addons/sandbox/materials/overviews/*.vmat
content/dota_addons/sandbox/materials/overviews/*.txt
game/dota_addons/sandbox/resource/overviews/*
#Github dump
*.stackdump
# maps/
node_modules/
*.pyc
*.vmap.txt
data/map_data.log
data/dire_basic_tools_no_wards.txt
data/radiant_basic_tools_no_wards.txt
# editors
.vscode/