Skip to content

Commit 514fba7

Browse files
committed
add a .gitattributes file to remove test files
leaving examples in the distribution for now
1 parent 9722c20 commit 514fba7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
* text=auto
2+
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
.github/ export-ignore
6+
docs/ export-ignore
7+
phpunit.xml export-ignore
8+
test/ export-ignore
9+
composer.lock export-ignore
10+

0 commit comments

Comments
 (0)