From f98357f6c9aa5ed4324eb8e6a50450b6c505a00f Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 6 Jul 2025 19:53:09 -0300 Subject: [PATCH] :wrench: chore(gitignore): ignore pnpm-lock --- ags/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ags/.gitignore b/ags/.gitignore index 298eb4d..d55dc07 100644 --- a/ags/.gitignore +++ b/ags/.gitignore @@ -1,2 +1,4 @@ node_modules/ @girs/ + +pnpm-lock.yaml