diff --git a/.gitignore b/.gitignore index af26b90..9e08497 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ build/Release # Dependency directories node_modules/ +build/ jspm_packages/ .angular/ package-lock.json diff --git a/package.json b/package.json index f208f3e..6639892 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ "icon": "./icos/", "files": [ "newton/", - "build/" + "build/", + "!node_modules/" ], "mac": { "category": "public.app-category.developer-tools"