Skip to content

Commit 6aab09c

Browse files
committed
housekeeping stuff
1 parent 38c8f45 commit 6aab09c

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.gitattributes

+10
Original file line numberDiff line numberDiff line change
@@ -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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/vendor
2-
composer.phar
1+
build
32
composer.lock
4-
.DS_Store
3+
docs
4+
vendor

0 commit comments

Comments
 (0)