Skip to content

Commit 3516cc3

Browse files
authored
Merge pull request #2063 from joshuagl/joshuagl/gitattr
Update gitattributes for test data
2 parents 9b16160 + 588ba82 commit 3516cc3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitattributes

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# All JSON files will always have LF line endings on checkout.
2-
# This prevents git replacing line endings with CRLF on Windows.
3-
*.json text eol=lf
1+
# Test data should not be modified on checkout, regardless of host settings
2+
*.json binary

0 commit comments

Comments
 (0)