We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9a5fe commit 900ea76Copy full SHA for 900ea76
1 file changed
.gitattributes
@@ -1,14 +1,25 @@
1
# Enforce Unix newlines
2
-*.* text eol=lf
3
-*.css text eol=lf
4
-*.html text eol=lf
5
-*.js text eol=lf
6
-*.json text eol=lf
7
-*.less text eol=lf
8
-*.md text eol=lf
9
-*.yml text eol=lf
+* text=auto eol=lf
10
11
-*.jpg binary
12
-*.gif binary
13
-*.png binary
14
-*.jpeg binary
+# Source files
+*.css text eol=lf
+*.scss text eol=lf
+*.html text eol=lf
+*.js text eol=lf
+*.mjs text eol=lf
+*.json text eol=lf
+*.md text eol=lf
+*.yml text eol=lf
+*.yaml text eol=lf
+*.svg text eol=lf
15
+
16
+# Binary files
17
+*.jpg binary
18
+*.jpeg binary
19
+*.gif binary
20
+*.png binary
21
+*.ico binary
22
+*.woff binary
23
+*.woff2 binary
24
+*.ttf binary
25
+*.eot binary
0 commit comments