From 2ee111a0ca69e4d7e8daf9d1f5c568628f1c721a Mon Sep 17 00:00:00 2001 From: Pandipipas Date: Sat, 16 May 2026 19:45:52 +0200 Subject: [PATCH] feat: add additional cache directories to .gitignore for improved build management --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e97c3f6..d6bd5d2 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,9 @@ web_modules/ # Optional pnpm cache directory .pnpm-store +.corepack/ +.npm-cache/ +.node-gyp/ # Optional eslint cache .eslintcache