Skip to content

Commit 37df160

Browse files
authored
Add .gitattributes in order to avoid shipping development files in git archives (#27)
1 parent 0897dd9 commit 37df160

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.* export-ignore
2+
*.md export-ignore
3+
phpcs.xml.dist export-ignore
4+
phpunit.xml.dist export-ignore
5+
tests export-ignore

0 commit comments

Comments
 (0)