forked from goonstation/goonstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
68 lines (60 loc) · 1.23 KB
/
Copy path.gitattributes
File metadata and controls
68 lines (60 loc) · 1.23 KB
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
# gitattributes
* text=auto
# BYOND code and other detritus
*.dm text eol=lf
*.dme text eol=lf
*.dms text
*.dmf text
*.dmm text eol=lf
# BYOND Images & bytecode
*.dmi binary
*.dmb binary
# Merge hooks, run tools/hooks/install.bat or install.sh to set up
*.dmm merge=dmm
*.dmi merge=dmi
## TGUI bundle artifacts
*.bundle.* binary
*.chunk.* binary
# Other text stuff
*.txt text eol=lf
*.md text eol=lf
*.html text eol=lf
*.css text eol=lf
*.scss text eol=lf
*.js text eol=lf
*.cjs text eol=lf
*.json text eol=lf
*.ini text eol=lf
*.conf text eol=lf
*.ps1 text eol=lf
*.sh text eol=lf
*.bat text eol=lf
*.rb text eol=lf
*.py text eol=lf
*.lua text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.ps1 text eol=lf
*.svg text eol=lf
# 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
*.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