From 5d112e42d428c8680203733bf28ac812b5baeaf8 Mon Sep 17 00:00:00 2001 From: ComputelessComputer <63365510+ComputelessComputer@users.noreply.github.com> Date: Thu, 20 Aug 2026 03:53:34 +0900 Subject: [PATCH] Ignore repository-local pnpm store Keep pnpm's regenerable package cache out of working-tree changes. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2a7009d9d8..2b9c05d480 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ target/ **/.build/ node_modules/ +.pnpm-store/ .DS_Store .shuttle/ Secrets*.toml