Skip to content

Commit afbf1c0

Browse files
committed
minor #147 Ignorning tests so it is not downloaded via Composer (weaverryan)
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
2 parents d5fd873 + a00db1f commit afbf1c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/tests export-ignore

0 commit comments

Comments
 (0)