forked from Aurorastation/Aurora.3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
60 lines (55 loc) · 858 Bytes
/
.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
# dmm map merger hook
# needs additional setup, see tools/mapmerge/install.txt
*.dmm merge=merge-dmm eol=crlf
# dmi icon merger hook
# needs additional setup, see tools/dmitool/merging.txt
*.dmi merge=merge-dmi
# force changelog merging to use union
html/changelog.html merge=union
# Enforce Line Endings
* text=auto
*.ai binary
*.dmi binary
*.exe binary
*.fla binary
*.gif binary
*.jar binary
*.jpg binary
*.mid binary
*.ogg binary
*.pdb binary
*.png binary
*.psd binary
*.s3m binary
*.sav binary
*.so binary
*.svg binary
*.wav binary
*.xcf binary
*.xlsx binary
*.awk text
*.bat text
*.conf text
*.cpp text
*.cs text
*.css text
*.dm text
*.dmf text
*.dmm text
*.gitkeep text
*.hook text
*.html text
*.java text
*.js text
*.json text
*.log text
*.map text
*.md text
*.php text
*.py text
*.scss text
*.sh text
*.sql text
*.tmpl text
*.txt text
*.vue text