0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

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* .git*
.groc* .groc*
.jshintrc .jshintrc
.jscsrc
*.iml *.iml
config.js config.js
core/built/**/*.map core/built/**/*.map
@ -32,3 +33,4 @@ SECURITY.md
!core/server/mail/templates/** !core/server/mail/templates/**
bower_components/** bower_components/**
.editorconfig .editorconfig
gulpfile.js