We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c8f45 commit 6aab09cCopy full SHA for 6aab09c
.gitattributes
@@ -0,0 +1,10 @@
1
+# Path-based git attributes
2
+# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
+
4
+# Ignore all test and documentation with "export-ignore".
5
+/.gitattributes export-ignore
6
+/.gitignore export-ignore
7
+/.travis.yml export-ignore
8
+/phpunit.xml.dist export-ignore
9
+/.scrutinizer.yml export-ignore
10
+/tests export-ignore
.gitignore
@@ -1,4 +1,4 @@
-/vendor
-composer.phar
+build
composer.lock
-.DS_Store
+docs
+vendor
0 commit comments