diff --git a/.gitignore b/.gitignore index 1a41743c..f4bf5c23 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ build .flatpak* yarn-cache src/renderer/style.css +.pnpm-store # Misc .idea diff --git a/.npmrc b/.npmrc index 231886ac..2162f3c3 100644 --- a/.npmrc +++ b/.npmrc @@ -3,3 +3,4 @@ public-hoist-pattern=* shamefully-hoist=true auto-install-peers=true strict-peer-dependencies=false +store-dir=.pnpm-store