Skip to content

Commit

Permalink
minor #3153 Update .gitattributes to remove tests from "dist" (barryvdh)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 2.x branch (closes #3153).

Discussion
----------

Update .gitattributes to remove tests from "dist"

This was proposed many times before, but considering symfony/symfony#33579 is now merged, I propose this again. I refer to that issue as for the reasoning, as it applies here also.

I did not add the `docs` directory as there was much discussion about that before (discussion in  #942)

Related: #942 #1776 #1981 #2292 #2799 2905

Commits
-------

5cde1f50 Update .gitattributes to remove tests from \"dist\"
  • Loading branch information
fabpot committed Oct 17, 2019
2 parents c8957ff + b1c11fa commit 7e33cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore

0 comments on commit 7e33cb9

Please sign in to comment.