Skip to content

Commit 7472e95

Browse files
committed
fix: really actually fix release zips to include dist, src, readme, license
1 parent 9b02dea commit 7472e95

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.gitattributes

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Only include the dist folder in release zips:
22
* export-ignore
3-
\!/dist !export-ignore
4-
\!/dist/** !export-ignore
3+
dist !export-ignore
4+
dist/* !export-ignore
5+
dist/esm !export-ignore
6+
dist/esm/* !export-ignore
7+
src !export-ignore
8+
src/* !export-ignore
9+
README.md !export-ignore
10+
LICENSE.md !export-ignore

0 commit comments

Comments
 (0)