Ghost/ghost/core/.npmignore
Daniel Lockyer d4217bd321
🐛 Fixed missing Admin assets in published tarball
refs https://github.com/TryGhost/Ghost/issues/17932

- we were missing `chunk.208.dbf172ad32f72f21a5dc.js` from our published tarball
- turns out this is due to the lines in the `.npmignore` file to remove
  .db files, which also matched this file
- we can make the regex more specific to avoid these cases
2023-09-04 10:09:16 +02:00

68 lines
1.2 KiB
Plaintext

!**
.build
.dist
.tmp
Gruntfile.js
ghost-*.tgz
.eslintignore
.eslintrc.json
.eslintrc.js
.npmignore
.c8rc*.json
playwright.config.js
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/yarn.lock
node_modules/**
core/server/lib/members/static/auth/node_modules/**
**/*.db
**/*.db-journal
*.db
*.db-journal
.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/**