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:
@@ -0,0 +1,2 @@
|
||||
dist/
|
||||
node_modules/
|
||||
Reference in New Issue
Block a user