From 59622daab2324907f71b30314c61f2ba15410444 Mon Sep 17 00:00:00 2001 From: zarazaex69 Date: Mon, 20 Apr 2026 04:25:45 +0300 Subject: [PATCH] chore: ignore code/package-lock.json in .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 459ff01..c0cfd07 100644 --- a/.gitignore +++ b/.gitignore @@ -243,4 +243,6 @@ go.work.sum # Editor/IDE # .idea/ # .vscode/ -build/ \ No newline at end of file +build/ +GEMINI.md +code/package-lock.json