2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/.npmignore
Kevin Ansfield 44a9e1901b 🐛 Fixed missing mail templates in npm package (#9369)
closes #9368 

- when the mail service was moved in a recent refactor the `.npmignore` was not updated resulting in the mail templates being excluded from the npm package
- updates `.npmignore` list with the new mail templates location
2018-01-04 10:38:22 +01:00

44 lines
687 B
Text

!**
.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/built/**/tests-*
core/client/**
core/test/**
CONTRIBUTING.md
SECURITY.md
.travis.yml
*.html
!core/server/web/admin/views/**
!core/server/services/mail/templates/**
bower_components/**
.editorconfig
gulpfile.js
!content/themes/casper/gulpfile.js
package-lock.json