Ghost/.npmignore
Daniel Lockyer e258e32f04
Fixed coverage/ directory included in local builds
- without this, the `coverage/` directory gets included in builds
  because `grunt-contrib-copy` doesn't operate on just the folder name
- this avoids us zipping up coverage with builds and helps bring CI and
  local builds closer together
- my commit here was incorrect: 815a2d0f7d
2022-05-17 11:11:52 +01:00

63 lines
1.1 KiB
Plaintext

!**
.build
.dist
.tmp
.eslintignore
.eslintrc.json
.eslintrc.js
.npmignore
.c8rc.json
jsconfig.json
changelog.md*
coverage/**
docs/**
_site/**
content/adapters/**
!content/adapters/README.md
content/apps/**
!content/apps/README.md
content/public/**
!content/public/README.md
content/data/**
!content/data/README.md
content/images/**
!content/images/README.md
content/logs/**
!content/logs/README.md
content/themes/**
!content/themes/casper/**
content/themes/casper/assets/css/.csscomb.json
content/themes/casper/.yarnrc
node_modules/**
core/server/lib/members/static/auth/node_modules/**
**/*.db*
*.db*
.af*
.git*
.groc*
.jshintrc
.jscsrc
*.iml
core/built/**/*.map
core/built/**/test-*
core/built/**/tests-*
core/admin/**
test/**
CONTRIBUTING.md
content/themes/casper/SECURITY.md
SECURITY.md
renovate.json
*.html
!core/server/views/**
!core/server/web/admin/views/**
core/server/web/admin/views/.gitkeep
!core/server/services/mail/templates/**
bower_components/**
.editorconfig
gulpfile.js
!content/themes/casper/gulpfile.js
package-lock.json
content/themes/casper/config.*.json
config.*.json
!core/shared/config/env/**