2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/.npmignore
Katharina Irrgang 7bcccc71dc
Moved apps into web folder (#9308)
refs #9178

- move express apps to one place (called `web`)
- requires https://github.com/TryGhost/Ghost-Admin/pull/923
- any further improvements are not part of this PR
- this PR just moves the files and ensures the paths are up-to-date
2017-12-06 17:37:54 +01:00

45 lines
678 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/mail/templates/**
bower_components/**
.editorconfig
gulpfile.js
!content/themes/casper/gulpfile.js
package-lock.json