Skip to content

Commit b3cf79b

Browse files
authored
Ignore files when exporting package (#635)
1 parent 2990323 commit b3cf79b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.gitattributes

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

0 commit comments

Comments
 (0)