mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-10 17:36:53 +00:00
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:
@@ -1 +1,3 @@
|
||||
/extra/** export-ignore
|
||||
/tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
@@ -0,0 +1,2 @@
|
||||
/tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
@@ -0,0 +1,2 @@
|
||||
/tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
@@ -0,0 +1,2 @@
|
||||
/tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
@@ -0,0 +1,2 @@
|
||||
/tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
@@ -0,0 +1,2 @@
|
||||
/tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
Reference in New Issue
Block a user