-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
74 lines (63 loc) · 1.46 KB
/
.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
61
62
63
64
65
66
67
68
69
70
71
72
73
# Override Linguist stats for external libs
assets/fonts/* linguist-vendored
assets/js/main.min.js linguist-vendored
assets/js/lunr/* linguist-vendored
assets/js/plugins/* linguist-vendored
assets/js/vendor/* linguist-vendored
_sass/minimal-mistakes/vendor/* linguist-vendored
# Enforce LF newlines
*.css text eol=lf
*.html text eol=lf diff=html
*.js text eol=lf
*.json text eol=lf
*.less text eol=lf
*.md text eol=lf
*.scss text eol=lf diff=css
*.sh text eol=lf
*.toml text eol=lf
*.xml text eol=lf
*.yml text eol=lf
# Auto detect text files and perform LF normalization
* text=auto
# Configs
.editorconfig text
.gitattributes text
.gitconfig text
*.lock text -diff
package-lock.json text -diff
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
# Archives
*.7z binary
*.gz binary
*.zip binary
# Audio & Video
*.fla binary
*.flv binary
*.mov binary
*.mp3 binary
*.mp4 binary
*.ogg binary
*.ogv binary
*.swf binary
*.webm binary
# Graphics
*.eps binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.pdf binary
*.png binary
*.tif binary
*.tiff binary
*.webp binary
# SVG is treated as an asset (binary) by default
*.svg binary
# Fonts
*.eot binary
*.otf binary
*.ttf binary
*.woff binary
# Encrypt Jekyll drafts
#_drafts/* filter=git-crypt diff=git-crypt