Add .gitignore & .gitattributes to all .gitattributes

This commit is contained in:
jmsche
2025-12-02 14:42:51 +01:00
parent 8074ddcab8
commit ff327e4163
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