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.
2 parents df4784c + 1dba439 commit 44cb05aCopy full SHA for 44cb05a
.gitattributes
@@ -13,6 +13,7 @@ scripts/ export-ignore
13
.markdownlint-cli2.yaml export-ignore
14
.remarkignore export-ignore
15
.remarkrc export-ignore
16
+.shellcheckrc export-ignore
17
.yamllint.yml export-ignore
18
phpcs.xml.dist export-ignore
19
phpstan.neon.dist export-ignore
.gitignore
@@ -1,12 +1,12 @@
1
+.idea/*
2
+build/
3
+lib/
4
+node_modules/
5
+vendor/
6
+/.phpunit.result.cache
7
/CodeSniffer.conf
8
+/composer.lock
9
/phpcs.xml
10
+/phpstan.neon
11
/phpunit.xml
-.phpunit.result.cache
-/build/
-.idea/*
-/vendor/
-composer.lock
-phpstan.neon
-/node_modules/
12
/tests/EndToEnd/Fixtures/*.fixed
-/lib/
0 commit comments