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

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

1
.gitignore vendored
View File

@ -41,6 +41,7 @@ build/Release
# Dependency directories # Dependency directories
node_modules/ node_modules/
build/
jspm_packages/ jspm_packages/
.angular/ .angular/
package-lock.json package-lock.json

View File

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