Skip to content

Commit

Permalink
Exclude tests and development files from the archive (#283)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
stof authored Jun 29, 2023
1 parent ffb1acb commit cdee505
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/Tests export-ignore
/phpunit.xml.dist export-ignore

0 comments on commit cdee505

Please sign in to comment.