forked from tgstation/TerraGov-Marine-Corps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (48 loc) · 1.09 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#ignore misc BYOND files
Thumbs.db
*.log
*.int
*.rsc
*.mdme
*.mdme.*
*.m.dme
*.test.dme
*.dmb
*.lk
*.backup
*.dmm.before
*.cache
*.pyc
data/
cfg/
tmp/
/cache/**/*
tools/Runtime Condenser/Input.txt
tools/Runtime Condenser/Output.txt
tools/MapDaemon/logs/*.txt
#Visual studio stuff
*.vscode/*
!/.vscode/extensions.json
!/.vscode/launch.json
!/.vscode/tasks.json
tools/BalanceTool/raw.json
# Ignore compiled linux libs in the root folder, e.g. librust_g.so
/*.so
# byond-tracy, we intentionally do not ship this and do not want to maintain it
prof.dll
libprof.so
#extra map stuff
/_maps/**/backup/
/_maps/templates.dm
# DM Doc ignores
dmdoc/*
tools/UnstandardnessTestForDM/UnstandardnessTestForDM/obj/x86/Debug/.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs
tools/hyperscale_converter/output/*
# JavaScript tools
**/node_modules
# named byond versions config
/tools/build/dm_versions.json
# From /tools/define_sanity/check.py - potential output file that we load onto the user's machine that we don't want to have committed.
define_sanity_output.txt
# Running OpenDream locally
tgmc.json