Ghost/ghost/core/.npmignore
Daniel Lockyer b3d7347e9e
Deleted reference to core/admin
refs https://github.com/TryGhost/Toolbox/issues/365

- this directory no longer exists because we've brought it into the
  monorepo
2022-08-03 16:28:41 +02:00

66 lines
1.1 KiB
Plaintext

!**
.build
.dist
.tmp
Gruntfile.js
ghost-*.tgz
.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/settings/**
!content/settings/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-*
test/**
CONTRIBUTING.md
content/themes/casper/SECURITY.md
SECURITY.md
renovate.json
*.html
!core/frontend/src/admin-auth/*.html
!core/built/admin/**/*.html
!core/server/views/**
!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/**