minor #3153 Update .gitattributes to remove tests from "dist" (barryvdh)

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 https://github.com/symfony/symfony/pull/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\"
This commit is contained in:
Fabien Potencier
2019-10-17 09:27:12 +02:00
7 changed files with 14 additions and 0 deletions
+2
View File
@@ -1 +1,3 @@
/extra/** export-ignore
/tests export-ignore
/phpunit.xml.dist export-ignore
+2
View File
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore
+2
View File
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore
+2
View File
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore
+2
View File
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore
+2
View File
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore
+2
View File
@@ -0,0 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore