mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-10 11:24:39 +03:00
d7815f4dff
address #2078 - removes private: true flag from package.json - created .npmignore file and moved all of buildGlob file patterns into here, negating all patterns as the npmignore file defines what is to be excluded and not included. - gruntfile now uses the inverse of the .npmignore file to define what files to include in a release
28 lines
363 B
Plaintext
28 lines
363 B
Plaintext
!**
|
|
.build
|
|
.dist
|
|
docs/**
|
|
_site/**
|
|
content/images/**
|
|
!content/images/README.md
|
|
content/themes/**
|
|
!content/themes/casper/**
|
|
content/apps/**
|
|
!content/apps/README.md
|
|
node_modules/**
|
|
core/test/**
|
|
core/client/assets/sass/**
|
|
core/server/data/export/exported*
|
|
**/*.db*
|
|
*.db*
|
|
.sass*
|
|
.af*
|
|
.git*
|
|
.groc*
|
|
*.iml
|
|
config.js
|
|
CONTRIBUTING.md
|
|
SECURITY.md
|
|
.travis.yml
|
|
Gemfile*
|
|
*.html |