Merge pull request #2063 from joshuagl/joshuagl/gitattr

Update gitattributes for test data
This commit is contained in:
Joshua Lock 2022-07-26 19:25:08 +01:00 committed by GitHub
commit 3516cc36b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitattributes vendored
View file

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