Ghost/.npmignore
Hannah Wolfe f6cc48d056 🛠 Ensure that logs and adapters aren't published (#8705)
refs TryGhost/Ghost-CLI#362

- adds logs and adapters folders to npmignore
- ensures files inside aren't published to npm
2017-07-18 15:35:41 +02:00

42 lines
599 B
Plaintext

!**
.build
.dist
.tmp
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/**
node_modules/**
**/*.db*
*.db*
.af*
.git*
.groc*
.jshintrc
.jscsrc
*.iml
config.js
core/built/**/*.map
core/built/**/test-*
core/client/**
core/test/**
CONTRIBUTING.md
SECURITY.md
.travis.yml
*.html
!core/server/admin/views/**
!core/server/mail/templates/**
bower_components/**
.editorconfig
gulpfile.js