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 d4a0a52 commit 1549445Copy full SHA for 1549445
.gitattributes
@@ -1,10 +1,10 @@
1
-/docs export-ignore
2
-/test export-ignore
3
/.coveralls.yml export-ignore
4
/.gitattributes export-ignore
5
/.gitignore export-ignore
6
/.travis.yml export-ignore
7
/composer.lock export-ignore
+/docs/ export-ignore
8
/mkdocs.yml export-ignore
9
/phpcs.xml export-ignore
10
/phpunit.xml.dist export-ignore
+/test/ export-ignore
.gitignore
@@ -1,7 +1,7 @@
-docs/html/
-vendor/
-zf-mkdoc-theme/
-clover.xml
-coveralls-upload.json
-phpunit.xml
-zf-mkdoc-theme.tgz
+/clover.xml
+/coveralls-upload.json
+/docs/html/
+/phpunit.xml
+/vendor/
+/zf-mkdoc-theme.tgz
+/zf-mkdoc-theme/
0 commit comments