Skip to content

Commit 14e38f5

Browse files
authored
Exclude files and folder from release archive
This file is same as master branch
1 parent 25580ef commit 14e38f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitattributes

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

0 commit comments

Comments
 (0)