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 c360626 commit 11d01f7Copy full SHA for 11d01f7
.gitattributes
@@ -0,0 +1,13 @@
1
+* text=auto
2
+
3
+*.md diff=markdown
4
+*.php diff=php
5
6
+/.gitattributes export-ignore
7
+/.gitignore export-ignore
8
+/.php-cs-fixer.php export-ignore
9
+/docker-compose.yml export-ignore
10
+/phpstan.neon.dist export-ignore
11
+/phpunit.xml.dist export-ignore
12
+/psalm.xml.dist export-ignore
13
+/tests export-ignore
.gitignore
@@ -0,0 +1,3 @@
+/tests/bootstrap/cache/
+/tests/storage/
+/vendor/
0 commit comments