From 2550c8365c705464faa6f103225c89e407f32180 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Mon, 7 Nov 2016 08:44:47 -0600 Subject: [PATCH] add extraneous files to .npmignore no issue - these files are unnecessarily included with the npm publish --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index 4f4ec0ac9c..35753cdd2a 100644 --- a/.npmignore +++ b/.npmignore @@ -19,6 +19,7 @@ node_modules/** .git* .groc* .jshintrc +.jscsrc *.iml config.js core/built/**/*.map @@ -32,3 +33,4 @@ SECURITY.md !core/server/mail/templates/** bower_components/** .editorconfig +gulpfile.js