Improved build bundle size by excluding node_modules/; updated .gitignore
This commit is contained in:
parent
9156033f22
commit
71d3dc2573
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,6 +41,7 @@ build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
build/
|
||||
jspm_packages/
|
||||
.angular/
|
||||
package-lock.json
|
||||
|
@ -24,7 +24,8 @@
|
||||
"icon": "./icos/",
|
||||
"files": [
|
||||
"newton/",
|
||||
"build/"
|
||||
"build/",
|
||||
"!node_modules/"
|
||||
],
|
||||
"mac": {
|
||||
"category": "public.app-category.developer-tools"
|
||||
|
Loading…
Reference in New Issue
Block a user