Mark generated files as binary

This supresses local text diffs and prevents git from trying to automatically resolve merge conflicts within the files
This commit is contained in:
Alex Macleod 2020-10-04 21:57:22 +01:00 committed by GitHub
parent 542636ba8f
commit 5985739e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.gitattributes vendored
View File

@ -5,7 +5,7 @@ xlsx*.js text eol=lf
*.flow.js text eol=lf
docbits/* linguist-documentation
dist/* linguist-generated=true
xlsx.js linguist-generated=true
xlsxworker.js linguist-generated=true
tests/core.js linguist-generated=true
dist/* linguist-generated=true binary
xlsx.js linguist-generated=true binary
xlsxworker.js linguist-generated=true binary
tests/core.js linguist-generated=true binary