0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

add extraneous files to .npmignore (#7691)

no issue
- these files are unnecessarily included with the npm publish
This commit is contained in:
Hannah Wolfe 2016-11-14 12:26:47 +00:00 committed by GitHub
commit ea42dc2af2

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