Skip to content

Commit 440ad22

Browse files
committed
Ship .gitattributes file to shrink the dist package
This is considered a best practice AFAIK
1 parent 49f3e3d commit 440ad22

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.* export-ignore
2+
*.md export-ignore
3+
tests export-ignore
4+
docs export-ignore
5+
examples export-ignore
6+
mongo-orchestration export-ignore
7+
tools export-ignore
8+
Makefile export-ignore
9+
phpcs.xml.dist export-ignore
10+
phpunit.evergreen.xml export-ignore
11+
phpunit.xml.dist export-ignore
12+
psalm.xml.dist export-ignore
13+
psalm-baseline.xml export-ignore

0 commit comments

Comments
 (0)