minor #4718 Add .gitignore & .gitattributes to all .gitattributes (jmsche)

This PR was merged into the 3.x branch.

Discussion
----------

Add .gitignore & .gitattributes to all .gitattributes

Commits
-------

ff327e4163 Add .gitignore & .gitattributes to all .gitattributes
This commit is contained in:
Fabien Potencier
2025-12-18 21:46:15 +01:00
9 changed files with 9 additions and 3 deletions
+1 -3
View File
@@ -1,11 +1,9 @@
/.github/ export-ignore
/bin/ export-ignore
/doc/ export-ignore
/extra/ export-ignore
/tests/ export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.git* export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpunit.xml.dist export-ignore
/phpstan.neon.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore