We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede78d5 commit 93d33baCopy full SHA for 93d33ba
.gitattributes
@@ -0,0 +1,20 @@
1
+# Path-based git attributes
2
+# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
+
4
+# Ignore all test and documentation with "export-ignore".
5
+/.github export-ignore
6
+/.gitattributes export-ignore
7
+/.gitignore export-ignore
8
+/phpunit.xml.dist export-ignore
9
+/art export-ignore
10
+/docs export-ignore
11
+/tests export-ignore
12
+/workbench export-ignore
13
+/.editorconfig export-ignore
14
+/.php_cs.dist.php export-ignore
15
+/psalm.xml export-ignore
16
+/psalm.xml.dist export-ignore
17
+/testbench.yaml export-ignore
18
+/UPGRADING.md export-ignore
19
+/phpstan.neon.dist export-ignore
20
+/phpstan-baseline.neon export-ignore
0 commit comments