Skip to content

Commit 820b485

Browse files
committed
Restore .gitattributes
1 parent 34f4f2e commit 820b485

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
*.js text eol=lf
2+
*.svg text eol=lf
3+
lessc text eol=lf
4+
*.less text eol=lf
5+
*.css text eol=lf
6+
*.htm text eol=lf
7+
*.html text eol=lf
8+
*.jpg binary
9+
*.png binary
10+
*.jpeg binary
11+
12+
# From https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes
13+
*.lock text -diff
14+
package-lock.json text -diff

0 commit comments

Comments
 (0)