Skip to content

Commit 04de8d1

Browse files
authored
Merge pull request #310 from daniel-de-wit/patch-1
Update .gitattributes to reduce dist size
2 parents 25b780b + 9b4f8fe commit 04de8d1

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.gitattributes

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
/.github export-ignore
2-
/docs export-ignore
3-
/.codeclimate.yml export-ignore
4-
/.gitattributes export-ignore
5-
/.gitbook.yaml export-ignore
6-
/.php_cs export-ignore
7-
/.scrutinizer.yml export-ignore
8-
/.styleci.yml export-ignore
9-
10-
# phpunit.xml.dist and tests are not excluded so tests can be run
11-
# this is usefull if this package ends up one day in Debian
1+
/.github export-ignore
2+
/art export-ignore
3+
/docs export-ignore
4+
/tests export-ignore
5+
/.gitattributes export-ignore
6+
/.gitignore export-ignore
7+
/.gitbook.yaml export-ignore
8+
/.php_cs export-ignore
9+
/.styleci.yml export-ignore
10+
/.phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)