From f92b1ab4d560d3ceb755ce5d4be263a84b804feb Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Thu, 4 Dec 2025 11:08:29 +0000 Subject: [PATCH] chore: add .pnpm-store to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3228f0dfe..cb6d28b4e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ .env node_modules/ .ruff_cache/ -.venv \ No newline at end of file +.venv +.pnpm-store