From f808eace5caac2b1e5abc60629aa4cf683569e89 Mon Sep 17 00:00:00 2001 From: Lev Dubinets <3114081+ldub@users.noreply.github.com> Date: Mon, 17 Nov 2025 20:40:15 -0800 Subject: [PATCH] Update .gitignore to keep shadcn lib directory --- web/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/.gitignore b/web/.gitignore index b4b15f2dc..64cbf9d8f 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -41,3 +41,7 @@ next-env.d.ts # bun bun.lockb + +# keep the shadcn lib directory +!lib/ +!lib/**