Skip to content

Commit 6f1ab15

Browse files
committed
Add .gitattributes
1 parent 94e5e34 commit 6f1ab15

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitattributes

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Autodetect text files
2+
* text=auto
3+
4+
# Enforce text mode
5+
*.css text
6+
*.html text
7+
*.js text
8+
*.md text
9+
*.scss text
10+
*.txt text
11+
*.yml text
12+
CNAME text
13+
14+
# Binary files
15+
*.ico binary
16+
*.png binary

0 commit comments

Comments
 (0)