0
Fork 0
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:
Daniel Lockyer 2022-08-31 21:49:02 +01:00
parent 945ebd4806
commit 4505b2f3f5
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -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*