Skip to content

Commit 4296cce

Browse files
Add .gitattributes to project template
Follow-up to be1f102.
1 parent eeda1b0 commit 4296cce

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
*.gif binary
99
*.ttf binary
1010
*.woff binary
11+
*.woff2 binary
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Known binary formats
5+
*.png binary
6+
*.jpg binary
7+
*.ico binary
8+
*.gif binary
9+
*.ttf binary
10+
*.woff binary
11+
*.woff2 binary

0 commit comments

Comments
 (0)