-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
39 lines (32 loc) · 867 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
# based on https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes
* text=auto eol=lf
*.css text
*.htm text diff=html
*.html text diff=html
*.js text
*.json text
*.jsx text
*.less text
*.map text -diff
*.sass text
*.scss text diff=css
*.ts text
*.tsx text
*.xml text
*.md text
*.txt text
.env text
.env.* text
.git* text
package-lock.json text -diff
*.gif binary
*.ico binary
*.jpg binary
*.jpeg binary
*.png binary
*.svg text
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary