forked from goonstation/goonstation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
64 lines (57 loc) · 1.03 KB
/
.gitattributes
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
# gitattributes
* text=auto
# BYOND code and other detritus
*.dm text
*.dme text
*.dms text
*.dmf text
*.dmm text eol=lf
# BYOND Images & bytecode
*.dmi binary
*.dmb binary
# merger hooks, run tools/hooks/install.bat or install.sh to set up
*.dmm merge=dmm
*.dmi merge=dmi
# Other text stuff
*.txt text
*.md text
*.html text
*.css text
*.scss text
*.js text
*.cjs text
*.json text
*.ini text
*.conf text
*.ps1 text
*.sh text
*.bat text
*.rb text
*.py text
*.lua text
*.cpp text
*.h text
*.ps1 text
# Other binary stuff
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mp3 binary
*.ogg binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.woff binary
*.svg binary
*.pdn binary
## Force tab indents on dm files
*.dm whitespace=indent-with-non-tab
# Not everything actually needs to be here but it doesn't break stuff to
# make git recognize that yes, some of these dumb byond things really are text
# ...or binary
# plus the browserassets maps weren't treated that way so oops(?)
# By Zamujasa & /tg/station