mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added content/settings
to .npmignore
- this folder should be clean of non-README files in the published package so we need to add it to `.npmignore` to ignore any other files
This commit is contained in:
parent
578b405afc
commit
d1f2040d8a
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ content/images/**
|
|||
!content/images/README.md
|
||||
content/logs/**
|
||||
!content/logs/README.md
|
||||
content/settings/**
|
||||
!content/settings/README.md
|
||||
content/themes/**
|
||||
!content/themes/casper/**
|
||||
content/themes/casper/assets/css/.csscomb.json
|
||||
|
|
Loading…
Add table
Reference in a new issue