1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Exclude development stuff from repository autogenerated ZIP archives

People that install this library via composer don't need the test/sample/doc stuff, they just need the library itself.
This PR removes the development directories and files from the repository auto-generated ZIP archives.
Since these development files/directories will still be available via `git clone`, Travis is happy, developers are happy, and so are end-users (they won't have unneeded stuff in production machines).
This commit is contained in:
Michele Locati
2016-05-19 18:02:49 +02:00
parent 85dcece943
commit c4f01a9483

7
.gitattributes vendored
View File

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