1
0
Fork 0

Merge pull request #6885 from felixfbecker/patch-1

Exclude non-essential files from dist package
pull/6907/merge
Jordi Boggiano 2017-12-16 21:56:12 +01:00 committed by GitHub
commit 81009d016b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored
View File

@ -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