feat: add dist packaging to build.sh + .gitignore

- build.sh: package_plugin() copies plugin.json, frontend/dist, backend binary to dist/<plugin-id>/
- .gitignore: dist/, node_modules/
- Excludes: node_modules, .git, Go source files, test cache
This commit is contained in:
2026-06-16 16:45:58 +08:00
parent e3e4385b91
commit 8958561d8e
2 changed files with 53 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
dist/
node_modules/