mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:18:42 -05:00
Cleaned up npmignore entries for Casper
- we ignore some files within Casper via the Core .npmignore, but this was outdated - `.csscomb.json` and `.yarnrc` do not exist in the repo anymore - `yarn.lock` should be added because this is the bundled theme files and we don't expect to be editing them again
This commit is contained in:
parent
945ebd4806
commit
4505b2f3f5
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ content/settings/**
|
|||
!content/settings/README.md
|
||||
content/themes/**
|
||||
!content/themes/casper/**
|
||||
content/themes/casper/assets/css/.csscomb.json
|
||||
content/themes/casper/.yarnrc
|
||||
content/themes/casper/yarn.lock
|
||||
node_modules/**
|
||||
core/server/lib/members/static/auth/node_modules/**
|
||||
**/*.db*
|
||||
|
|
Loading…
Add table
Reference in a new issue