Skip to content

Commit cdee505

Browse files
authored
Exclude tests and development files from the archive (#283)
This also avoids a deprecation notice from composer when generating an optimized autoloader due to the fixture app of the tests not following the PSR-4 convention configured for sources (while being in a subfolder)
1 parent ffb1acb commit cdee505

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/.travis.yml export-ignore
4+
/Tests export-ignore
5+
/phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)