1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-18 05:01:20 +02:00

Added .gitattributes to exclude tests from the release version #34

This commit is contained in:
Ne-Lexa
2019-03-13 15:28:38 +03:00
parent 53da7053ba
commit e1108f9a24

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.travis.yml export-ignore
phpunit.xml export-ignore
tests export-ignore