Skip to content

Commit

Permalink
minor #147 Ignorning tests so it is not downloaded via Composer (weav…
Browse files Browse the repository at this point in the history
…erryan)

This PR was merged into the 1.0-dev branch.

Discussion
----------

Ignorning tests so it is not downloaded via Composer

This is different than the policy in symfony/symfony. But, this library is a bit different:  the tests do *not* contain example usage code, as most of the classes are internal. By not packing the tests/ directory, we avoid polluting the user's project with extra User classes (etc) that confuse IDE's.

Fixes #144

Commits
-------

a00db1f Ignorning tests so it is not downloaded via Composer
  • Loading branch information
javiereguiluz committed Apr 3, 2018
2 parents d5fd873 + a00db1f commit afbf1c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/tests export-ignore

0 comments on commit afbf1c0

Please sign in to comment.