From 10603eb31b78b467c21ed41d6034cdc71f9eec16 Mon Sep 17 00:00:00 2001 From: cc-dan Date: Tue, 10 Mar 2026 13:23:36 +0000 Subject: [PATCH] chore: remove CLAUDE.md from repo and add to .gitignore CLAUDE.md contains private deployment info (domain, token references). Also add config/model.json to .gitignore (user API templates). --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 67aac87..3d0a95b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ logs/ .env config/notify.json config/auth.json +config/model.json +CLAUDE.md