From c333e9bc6f83ef491efccf6be7e2745ef824cf5e Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 28 Sep 2025 21:06:22 +0200 Subject: [PATCH] add app and lib node_modules directories to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 040520f3..d80ded1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .claude/ +app/node_modules/ +lib/node_modules/ data/ node_modules/ cypress/node_modules/