We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23444f5 commit def77daCopy full SHA for def77da
.gitattributes
@@ -1,7 +1,10 @@
1
-/.gitattributes export-ignore
2
-/.github/ export-ignore
3
-/.gitignore export-ignore
4
-/phpstan.neon.dist export-ignore
5
-/phpunit.xml.dist export-ignore
6
-/phpunit.xml.legacy export-ignore
7
-/tests/ export-ignore
+* text=auto
+
+/.* export-ignore
+/tests export-ignore
+/phpunit.xml* export-ignore
+/psalm.* export-ignore
+/psalm-baseline.xml export-ignore
8
+/infection.* export-ignore
9
+/rector.php export-ignore
10
+/phpstan.* export-ignore
.gitignore
@@ -1,2 +1,8 @@
-/composer.lock
+/.*
+!/.github/
+!/.php-cs-fixer.dist.php
+/runtime/
/vendor/
+/.env
+/composer.lock
+*.log
phpunit.xml.legacy
0 commit comments