Skip to content

Commit 75b99dc

Browse files
authored
Specify export-ignore rules in .gitattributes to shrink the dist package (#1020)
1 parent 27a5d03 commit 75b99dc

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)