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
-------

5cde1f5 Update .gitattributes to remove tests from \"dist\"
  • Loading branch information
fabpot committed Oct 17, 2019
2 parents 8fc2999 + 5cde1f5 commit 38adb19
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -1 +1,3 @@
/extra/** export-ignore
/tests export-ignore
/phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions extra/cssinliner-extra/.gitattributes
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions extra/html-extra/.gitattributes
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions extra/inky-extra/.gitattributes
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions extra/intl-extra/.gitattributes
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions extra/markdown-extra/.gitattributes
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions extra/twig-extra-bundle/.gitattributes
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore

0 comments on commit 38adb19

Please sign in to comment.