We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b02dea commit 7472e95Copy full SHA for 7472e95
.gitattributes
@@ -1,4 +1,10 @@
1
# Only include the dist folder in release zips:
2
* export-ignore
3
-\!/dist !export-ignore
4
-\!/dist/** !export-ignore
+dist !export-ignore
+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