Create .gitattributes

This commit is contained in:
Bogdan Rapaić 2020-02-20 20:56:06 +01:00 committed by GitHub
parent b8b3652f34
commit f943b59ae1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.gitattributes vendored Normal file
View file

@ -0,0 +1,12 @@
# Ignore all test and documentation with “export-ignore”
.github export-ignore
bin export-ignore
composer.* export-ignore
tests export-ignore
.gitattributes export-ignore
.phpcs.xml.dist export-ignore
.travis.yml export-ignore
LICENSE.md export-ignore
LICENSE.txt export-ignore
README.md export-ignore
phpunit.xml.dist export-ignore