forked from vgstation-coders/vgstation13
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (59 loc) · 1.18 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
*.log
*.int
*.rsc
*.dmb
*.lk
info.json
# Temporary file created by the build system
*.m.dme
# WinMerge backups
*.bak
# String dumps
*.str
# Compiled Python doohickies
*.pyc
# Vim
*.swp
#ignore any files in config/, except those in subdirectories.
/config/*
!/config/*/*
# OpenBYOND-generated crap
/dmis
/interface-indented
/code-indented
*.new.dmi
.metadata
/bot/config.yml
/bot/data
/analysis
/code-fixed
# Player preferences
players2.sqlite
# New CMC Minimap images.
/data/minimaps/*
# Map rendering
/maprendering/renderoutput/*
# Backup maps created by maptools
*.dmm.backup
# Changelog dry runs
/html/changelog.dry.html
/html/changelogs/.dry_changelog.yml
# Map player count config
/maps/voting/*/playercount.txt
# Created by Dream Maker when opening maps that contain invalid type paths
/maps/backup
# Runtime condenser I/O files.
/tools/Runtime\ Condenser/*.txt
# Investigate logs that have an annoying tendency to generate during testing
/data/investigate/*
# Round-end statistics
/data/statfiles/*
# Persistence files
/data/persistence/*
cfg
*.code-workspace
/byond
# Thumbs.db (windows image caching)
Thumbs.db
# Bootstrapped node installation for the tgui build system
.cache