-
Notifications
You must be signed in to change notification settings - Fork 117
/
.gitattributes
52 lines (46 loc) · 924 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
* text=auto
# Source Code
*.html text eol=lf
*.css text eol=lf
*.scss text eol=lf
*.js text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.glsl text eol=lf
*.sh text eol=lf
# Documentation
*.md text eol=lf
*.txt text eol=lf
# Configs
.browserslistrc text eol=lf
.editorconfig text eol=lf
.gitattributes text eol=lf
.gitconfig text eol=lf
.gitignore text eol=lf
.htaccess text eol=lf
*.npmignore text eol=lf
package-lock.json text eol=lf -diff
*.yml text eol=lf
browserslist text eol=lf
yarn.lock text eol=lf -diff
# Graphics
*.gif binary
*.ico binary
*.jpg binary
*.jpeg binary
*.pdf binary
*.png binary
*.svg text eol=lf
*.wbmp binary
*.webp binary
# Fonts
*.eot binary
*.otf binary
*.ttf binary
*.woff binary
*.woff2 binary
# Media
*.mov binary
*.mp4 binary
*.mp3 binary
*.webm binary