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 bc0a290 commit 008f5daCopy full SHA for 008f5da
.gitattributes
@@ -2,13 +2,12 @@
2
*.stub linguist-language=PHP
3
*.neon linguist-language=YAML
4
5
-.github export-ignore
6
-tests export-ignore
7
-tmp export-ignore
8
-.gitattributes export-ignore
9
-.gitignore export-ignore
10
-Makefile export-ignore
11
-phpcs.xml export-ignore
12
-phpstan.neon export-ignore
13
-phpstan-baseline.neon export-ignore
14
-phpunit.xml export-ignore
+/.* export-ignore
+/build-cs export-ignore
+/tests export-ignore
+/tmp export-ignore
+/Makefile export-ignore
+/phpcs.xml export-ignore
+/phpstan.neon export-ignore
+/phpstan-baseline.neon export-ignore
+/phpunit.xml export-ignore
0 commit comments