2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/.npmignore

38 lines
579 B
Plaintext
Raw Normal View History

!**
.build
.dist
.tmp
docs/**
_site/**
content/images/**
!content/images/README.md
content/themes/**
!content/themes/casper/**
content/apps/**
!content/apps/README.md
content/data/**
!content/data/README.md
node_modules/**
core/test/**
**/*.db*
*.db*
.sass*
.af*
.git*
.groc*
.jshintrc
*.iml
config.js
2014-08-06 02:44:23 +02:00
core/built/scripts/templates.js
core/built/scripts/vendor.js
core/built/scripts/templates.js
core/built/scripts/ghost.js
core/built/**/*.map
2014-08-06 02:44:23 +02:00
core/client/**
!core/client/assets/**
CONTRIBUTING.md
SECURITY.md
.travis.yml
*.html
!core/server/email-templates/**
bower_components/**