mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
🛠 Ensure that logs and adapters aren't published (#8705)
refs TryGhost/Ghost-CLI#362 - adds logs and adapters folders to npmignore - ensures files inside aren't published to npm
This commit is contained in:
parent
f4ecd65853
commit
f6cc48d056
1 changed files with 8 additions and 4 deletions
12
.npmignore
12
.npmignore
|
@ -4,14 +4,18 @@
|
||||||
.tmp
|
.tmp
|
||||||
docs/**
|
docs/**
|
||||||
_site/**
|
_site/**
|
||||||
content/images/**
|
content/adapters/**
|
||||||
!content/images/README.md
|
!content/adapters/README.md
|
||||||
content/themes/**
|
|
||||||
!content/themes/casper/**
|
|
||||||
content/apps/**
|
content/apps/**
|
||||||
!content/apps/README.md
|
!content/apps/README.md
|
||||||
content/data/**
|
content/data/**
|
||||||
!content/data/README.md
|
!content/data/README.md
|
||||||
|
content/images/**
|
||||||
|
!content/images/README.md
|
||||||
|
content/logs/**
|
||||||
|
!content/logs/README.md
|
||||||
|
content/themes/**
|
||||||
|
!content/themes/casper/**
|
||||||
node_modules/**
|
node_modules/**
|
||||||
**/*.db*
|
**/*.db*
|
||||||
*.db*
|
*.db*
|
||||||
|
|
Loading…
Add table
Reference in a new issue