0
Fork 0
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:
Daniel Lockyer 2021-09-17 08:42:29 +01:00
parent 02347aa788
commit 815a2d0f7d
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -6,6 +6,7 @@
.eslintrc.json
.npmignore
changelog.md*
coverage
docs/**
_site/**
content/adapters/**