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
|
# Dependency directories
|
||||||
node_modules/
|
node_modules/
|
||||||
|
build/
|
||||||
jspm_packages/
|
jspm_packages/
|
||||||
.angular/
|
.angular/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user