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 ebb6b10 commit 57ca923Copy full SHA for 57ca923
.gitattributes
@@ -2,11 +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
-/.travis.yml export-ignore
-/phpunit.xml.dist export-ignore
9
/.scrutinizer.yml export-ignore
10
-/tests export-ignore
11
-/.editorconfig export-ignore
12
/.styleci.yml export-ignore
+/.travis.yml export-ignore
+/phpunit.xml.dist export-ignore
0 commit comments