We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954716f commit 858ee72Copy full SHA for 858ee72
.gitattributes
@@ -1,7 +1,7 @@
1
-.gitattributes export-ignore
2
-.travis.yml export-ignore
3
-README.md export-ignore
4
-composer.lock export-ignore
5
-phpunit.xml export-ignore
6
-scripts export-ignore
7
-tests export-ignore
+/.* export-ignore
+/README.md export-ignore
+/composer.lock export-ignore
+/docs export-ignore
+/phpunit.xml export-ignore
+/scripts export-ignore
+/tests export-ignore
.travis.yml
0 commit comments