From 29c34d3b4a0636b78c9f6b21d12818a038e1f21a Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sun, 25 Jan 2026 10:41:00 +0530 Subject: [PATCH] chore: Add CLAUDE.md to .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3611fca..5173cf4 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,5 @@ temp/ *.pid *.seed *.pid.lock -prisma/migrations/ \ No newline at end of file +prisma/migrations/ +CLAUDE.md