Merge pull request #5910 from iamvar/gitattributes

Add .gitattributes, exclude tests from archive
This commit is contained in:
Jérémy Benoist
2022-08-22 20:21:05 +02:00
committed by GitHub

7
.gitattributes vendored Normal file
View File

@ -0,0 +1,7 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore