add extraneous files to .npmignore

no issue
- these files are unnecessarily included with the npm publish
This commit is contained in:
Austin Burdine 2016-11-07 08:44:47 -06:00 committed by Austin Burdine
parent b3f09347e4
commit 2550c8365c

View File

@ -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