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 46a8fd0 commit 08e1d5aCopy full SHA for 08e1d5a
.gitattributes
@@ -0,0 +1,10 @@
1
+# Set the default behavior, in case people don't have core.autocrlf set.
2
+* text eol=lf
3
+/.gitattributes export-ignore
4
+/.gitignore export-ignore
5
+/.github export-ignore
6
+/infection.json.dist export-ignore
7
+/phpcs.xml.dist export-ignore
8
+/phpstan.neon.dist export-ignore
9
+/phpunit.xml.dist export-ignore
10
+/tests export-ignore
.gitignore
@@ -1,7 +1,9 @@
-/vendor/
-/composer.lock
-/.phpcs-cache
/.phpunit.result.cache
+/.phpcs-cache
+/infection.json
+/infection-log.txt
/phpcs.xml
/phpstan.neon
/phpunit.xml
+/composer.lock
+/vendor/
0 commit comments