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 7d2f47b commit 6e42368Copy full SHA for 6e42368
.gitattributes
@@ -0,0 +1,10 @@
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
+/.gitattributes export-ignore
6
+/.gitignore export-ignore
7
+/phpunit.xml.dist export-ignore
8
+/.styleci.yml export-ignore
9
+/tests export-ignore
10
+/.editorconfig export-ignore
0 commit comments