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

Merge pull request #1223 from ankurk91/patch/exclude

Exclude files and folder from release archive
This commit is contained in:
Jordi Boggiano
2018-11-13 21:35:15 +01:00
committed by GitHub

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 export-ignore