Skip to content

Commit 2e3b4de

Browse files
committed
Fix .gitignore, add .gitattributes
1 parent 513246c commit 2e3b4de

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitattributes

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
* text=auto
2+
3+
*.html text eol=lf
4+
*.java text eol=lf
5+
*.js text eol=lf
6+
*.json text eol=lf
7+
*.jsp text eol=lf
8+
*.md text eol=lf
9+
*.properties text eol=lf
10+
*.svg text auto
11+
*.xml text eol=lf
12+
*.xsl text eol=lf
13+
14+
*.png binary
15+
*.jpg binary
16+
*.gif binary
17+
*.ttf binary
18+
*.eot binary
19+
*.otf binary
20+
*.woff binary

0 commit comments

Comments
 (0)