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.
2 parents b1c22ae + 57ca923 commit 3d12ca7Copy full SHA for 3d12ca7
.gitattributes
@@ -2,10 +2,11 @@
2
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
4
# Ignore all test and documentation with "export-ignore".
5
+/tests export-ignore
6
+/.editorconfig export-ignore
7
/.gitattributes export-ignore
8
/.gitignore export-ignore
9
+/.scrutinizer.yml export-ignore
10
+/.styleci.yml export-ignore
11
/.travis.yml export-ignore
12
/phpunit.xml.dist export-ignore
-/.scrutinizer.yml export-ignore
-/tests export-ignore
-/.editorconfig export-ignore
0 commit comments