build: exclude source maps from release tarball

This commit is contained in:
Peter Steinberger 2026-03-31 19:42:44 +01:00
parent 338d313043
commit 2d2c271cdf
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
"README.md",
"assets/",
"dist/",
"!dist/**/*.map",
"docs/",
"!docs/.generated/**",
"!docs/.i18n/zh-CN.tm.jsonl",