44a9e1901b
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
45 lines
687 B
Plaintext
45 lines
687 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/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
|