Skip to content

Commit 1540018

Browse files
committed
fix(dist): only distribute necessary files
1 parent 1fbf79e commit 1540018

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.gitattributes

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
/examples export-ignore
2-
.gitattributes export-ignore
3-
.gitignore export-ignore
4-
phpcs.xml export-ignore
1+
# This file was partly modified by the lean package validator (http://git.io/lean-package-validator).
2+
3+
.gitattributes export-ignore
4+
.github/ export-ignore
5+
.gitignore export-ignore
6+
examples/ export-ignore
7+
phpcs.xml export-ignore
8+
phpunit.xml.dist export-ignore
9+
README.md export-ignore
10+
tests/ export-ignore

0 commit comments

Comments
 (0)