mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added coverage
folder to npm ignore list
no issue - now we have coverage on unit tests, a `coverage` folder is created - if we zip up a version of Ghost, it may be included - we want to ignore this folder so the place to do it is in `.npmignore` and then the Gruntfile will pick this up
This commit is contained in:
parent
02347aa788
commit
815a2d0f7d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
.eslintrc.json
|
||||
.npmignore
|
||||
changelog.md*
|
||||
coverage
|
||||
docs/**
|
||||
_site/**
|
||||
content/adapters/**
|
||||
|
|
Loading…
Add table
Reference in a new issue