Skip to content

Commit 900ea76

Browse files
committed
Updated .gitattributes
1 parent ef9a5fe commit 900ea76

1 file changed

Lines changed: 23 additions & 12 deletions

File tree

.gitattributes

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
# 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
2+
* text=auto eol=lf
103

11-
*.jpg binary
12-
*.gif binary
13-
*.png binary
14-
*.jpeg binary
4+
# Source files
5+
*.css text eol=lf
6+
*.scss text eol=lf
7+
*.html text eol=lf
8+
*.js text eol=lf
9+
*.mjs text eol=lf
10+
*.json text eol=lf
11+
*.md text eol=lf
12+
*.yml text eol=lf
13+
*.yaml text eol=lf
14+
*.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

Comments
 (0)