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 6845c3b commit 8f3ad99Copy full SHA for 8f3ad99
.gitattributes
@@ -2,11 +2,14 @@
2
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
4
# Ignore all test and documentation with "export-ignore".
5
-/.gitattributes export-ignore
6
-/.gitignore export-ignore
7
-/phpunit.xml.dist export-ignore
8
-/tests export-ignore
9
-/.editorconfig export-ignore
10
-/.php_cs export-ignore
11
-/.github export-ignore
12
-
+/.github export-ignore
+/.gitattributes export-ignore
+/.gitignore export-ignore
+/phpunit.xml.dist export-ignore
+/psalm.xml.dist export-ignore
+/tests export-ignore
+/.editorconfig export-ignore
+/.php-cs-fixer.dist.php export-ignore
13
+/art export-ignore
14
+/docs export-ignore
15
+/UPGRADING.md export-ignore
0 commit comments