Skip to content

Commit

Permalink
Do not install the tests with "prefer-dist" (see #762)
Browse files Browse the repository at this point in the history
Description
-----------

This PR adds a `.gitattributes` file to exclude the tests when installing from dist. The related discussion is here: symfony/symfony#33579

Commits
-------

b31d2792 Do not install the tests with "prefer-dist"
  • Loading branch information
leofeyer committed Sep 20, 2019
1 parent 814bff2 commit e881559
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 @@
/.tx export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpunit.xml.dist export-ignore

0 comments on commit e881559

Please sign in to comment.