From b79c8e2460863063e61a202984451842e6f21c57 Mon Sep 17 00:00:00 2001 From: Thibault Pouch Date: Wed, 18 Feb 2026 10:52:52 +0100 Subject: [PATCH] feat : Add .gitignore file to exclude logs, build artifacts, and editor configurations --- nest-front/{client => }/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) rename nest-front/{client => }/.gitignore (87%) diff --git a/nest-front/client/.gitignore b/nest-front/.gitignore similarity index 87% rename from nest-front/client/.gitignore rename to nest-front/.gitignore index a547bf3..d83ea62 100644 --- a/nest-front/client/.gitignore +++ b/nest-front/.gitignore @@ -22,3 +22,8 @@ dist-ssr *.njsproj *.sln *.sw? + +# MISC +.claude +claude.md +subject.md