Skip to content

Commit

Permalink
Tweak .npmignore, it do not have ignored the yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Nov 11, 2022
1 parent 0aa7b03 commit 4bc20d7
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ CNAME
entrypoint.sh
Jenkinsfile
Makefile
.husky

# Logs
logs
Expand Down Expand Up @@ -91,14 +92,6 @@ typings/
# Volto logos
./logos

# yarn 3
.yarn
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Razzle cache
cache/

Expand All @@ -116,3 +109,12 @@ styleguide.config
packages/*
!packages/volto-slate
.tx

# yarn 3
.yarn
.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

0 comments on commit 4bc20d7

Please sign in to comment.