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 5d30983 commit 65c2a47Copy full SHA for 65c2a47
1 file changed
.gitattributes
@@ -1,11 +1,10 @@
1
-# Path-based git attributes
2
-# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
+.gitattributes export-ignore
+.gitignore export-ignore
3
+.travis.yml export-ignore
4
+.scrutinizer.yml export-ignore
5
+.editorconfig export-ignore
6
+.styleci.yml export-ignore
7
+phpunit.xml.dist export-ignore
8
+/.github export-ignore
9
+/tests export-ignore
10
-# Ignore all test and documentation with "export-ignore".
-/.gitattributes export-ignore
-/.gitignore export-ignore
-/.travis.yml export-ignore
-/phpunit.xml.dist export-ignore
-/.scrutinizer.yml export-ignore
-/tests export-ignore
11
-/.editorconfig export-ignore
0 commit comments