Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit 31d6b90

Browse files
committed
(build) Add .gitattributes file
1 parent c292e3a commit 31d6b90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Declare files that will always have CRLF line endings on checkout.
5+
*.sln text eol=crlf
6+
7+
# Denote all files that are truly binary and should not be modified.
8+
*.png binary
9+
*.jpg binary

0 commit comments

Comments
 (0)