Exclude non-essential files from dist package

main
Felix Becker 7 years ago committed by GitHub
parent ed20b3b4f6
commit b656973a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitattributes vendored

@ -7,3 +7,6 @@
*.json text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
*.test text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
*.yml text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=2
# Exclude non-essential files from dist
/tests export-ignore

Loading…
Cancel
Save