Skip to content

Commit 0cd625e

Browse files
committed
minor #117 added gitattributes - exclude tests and dev files from archives (iamvar)
This PR was merged into the main branch. Discussion ---------- added gitattributes - exclude tests and dev files from archives Commits ------- 989c7c2 added gitattributes - exclude tests etc from archives
2 parents 0269db4 + 989c7c2 commit 0cd625e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/tests export-ignore
2+
/phpunit.xml.dist export-ignore
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore
5+
/.php_cs.dist export-ignore
6+
/.travis.yml export-ignore

0 commit comments

Comments
 (0)