forked from VOREStation/VOREStation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (48 loc) · 1020 Bytes
/
.gitignore
File metadata and controls
59 lines (48 loc) · 1020 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
###Files and folders specified here will never be tracked.
#Ignore compiled files and other files generated during compilation.
*.dmb
*.rsc
*.m.dme
*.test.dme
*.lk
*.int
*.backup
#ignore misc BYOND files
Thumbs.db
*.log
*.before
*.pyc
*.pid
cfg/
#Ignore the data folder/symlink itself. This is very important if you are using VGS
/data
#Ignore everything in datafolder and subdirectories
/data/**/*
/tmp/**/*
/cache/**/*
#Visual studio stuff
*.vscode/*
!/.vscode/launch.json
!/.vscode/extensions.json
!/.vscode/settings.json
!/.vscode/tasks.json
#Ignore IDE files we don't need in the repo.
/.vs/**/*
/v17/**/*
/v18/**/*
/v19/**/*
/v20/**/*
/v21/**/*
/v22/**/*
temp.dmi
node_modules/
package-lock.json
# CBT Things
.cache
#These get built by some automatic process
tgui/public/tgui.bundle.css
tgui/public/tgui.bundle.js
#ignore tracy dll
prof.dll
# 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