Improved build bundle size by excluding node_modules/; updated .gitignore

This commit is contained in:
2025-06-10 19:59:10 -05:00
parent 9156033f22
commit 71d3dc2573
2 changed files with 3 additions and 1 deletions

View File

@@ -24,7 +24,8 @@
"icon": "./icos/",
"files": [
"newton/",
"build/"
"build/",
"!node_modules/"
],
"mac": {
"category": "public.app-category.developer-tools"