Skip to content

Commit 588ba82

Browse files
committed
Update gitattributes for test data
The test data should not be modified, regardless of host and settings Signed-off-by: Joshua Lock <[email protected]>
1 parent ff6ec11 commit 588ba82

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)