Skip to content

Commit 6065458

Browse files
committed
Add .gitattributes
1 parent 1da9b5e commit 6065458

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+
# Set default behavior, in case users don't have core.autocrlf set.
2+
* text=auto
3+
4+
.classpath text
5+
.project text
6+
*.html text
7+
*.java text
8+
*.js text
9+
*.jsp text
10+
*.php text
11+
*.properties text
12+
*.sh text
13+
*.xml text
14+
15+
*.bmp binary
16+
*.gif binary
17+
*.jar binary
18+
*.jpg binary
19+
*.jpeg binary
20+
*.png binary

0 commit comments

Comments
 (0)