1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

Merge pull request #792 from mlocati/patch-1

Exclude development stuff from repository autogenerated ZIP archives
This commit is contained in:
Jordi Boggiano
2016-05-19 17:32:49 +01:00

7
.gitattributes vendored
View File

@@ -1,3 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
/doc export-ignore
/tests export-ignore
/.* export-ignore
/phpunit.xml.dist