Skip to content

Commit 5354a7a

Browse files
authored
Merge pull request #108 from raphaelstolt/refresh-gitattributes-file
fix(dist): only distribute necessary files
2 parents 1fbf79e + 1540018 commit 5354a7a

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)