We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e787229 + fea10eb commit b85726dCopy full SHA for b85726d
.gitattributes
@@ -0,0 +1,13 @@
1
+
2
+# Path-based git attributes
3
+# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
4
5
+# Ignore all test and configuration with "export-ignore".
6
+/.github export-ignore
7
+/tests export-ignore
8
+/.editorconfig export-ignore
9
+/.gitattributes export-ignore
10
+/.gitignore export-ignore
11
+/phpcs.xml export-ignore
12
+/phpmd.xml export-ignore
13
+/phpunit.xml export-ignore
0 commit comments