Ghost/.npmignore
Hannah Wolfe 8bfbf13248 Update to release process
- Release does all init & prod tasks necessary to create a full build
- Don't create or include .map files
- Don't include pre-minified prod files
- Don't include export .json files
- Don't include client/html
2014-08-04 22:12:23 +01:00

34 lines
461 B
Plaintext

!**
.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
core/client/config-dev.js
core/client/config-prod.js
core/client/html/**
core/built/**/*.map
CONTRIBUTING.md
SECURITY.md
.travis.yml
*.html
bower_components/**