-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy path.gitattributes
60 lines (50 loc) · 983 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
# Macros for LFS
[attr]lfs filter=lfs diff=lfs merge=lfs -text
[attr]lfslock lockable
# Auto detect text files and perform LF normalization
* text=auto
# Source code
*.bash text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.css text diff=css
*.html text diff=html
*.php text diff=php
*.ps1 text eol=crlf
*.scss text diff=css
*.sh text eol=lf
# Documentation
*.md text diff=markdown
# Configs
*.lock text -diff
package.json text eol=lf
package-lock.json text eol=lf -diff
# Graphics
*.bmp binary
*.gif binary
*.png binary
*.tga binary
# Video
*.bik binary
# Audio
*.mp3 binary
*.wav binary
# RO files
*.act binary
*.ebm binary
*.ezv binary
*.gat binary
*.gnd binary
*.gr2 binary
*.grf binary
*.gpf binary
*.pal binary
*.rgz binary
*.rsm binary
*.rsw binary
*.spr binary
*.str binary
*.lub binary
# intermediate and build files
node_modules/* binary
dist/* binary