mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
1facbc5c02
refs #9441 The grunt-contrib-copy doesn't automatically include dotfiles, which is whats used to build the release zip. These files aren't necessary when using ghost as a dependency. This updates to exclude them from the npm packages, which means the output of `npm pack` and `grunt release` give the same content.
54 lines
994 B
Text
54 lines
994 B
Text
!**
|
|
.build
|
|
.dist
|
|
.tmp
|
|
.eslintignore
|
|
.eslintrc.json
|
|
.npmignore
|
|
docs/**
|
|
_site/**
|
|
content/adapters/**
|
|
!content/adapters/README.md
|
|
content/apps/**
|
|
!content/apps/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/client/**
|
|
core/test/**
|
|
CONTRIBUTING.md
|
|
content/themes/casper/SECURITY.md
|
|
SECURITY.md
|
|
.travis.yml
|
|
*.html
|
|
!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/server/config/env/**
|