Ignore tests etc. from archive exports

This commit is contained in:
Sebastian Bergmann 2020-05-04 14:33:28 +02:00
parent 69156f7fa1
commit 7f6b63c962
1 changed files with 8 additions and 2 deletions

10
.gitattributes vendored
View File

@ -1,4 +1,10 @@
/tools export-ignore
/tools/* binary
/.php_cs.dist export-ignore
/.psalm export-ignore
/build.xml export-ignore
/phive.xml export-ignore
/phpunit.xml export-ignore
/tests export-ignore
/tools export-ignore
/tools/* binary
*.php diff=php