From 0a16abb4eea0a52e55dd23faaa03ac689b9e97df Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Sun, 8 Feb 2026 20:46:34 +0100 Subject: [PATCH] Add .gitignore to protect confidential .claude directory Added .claude/ to gitignore to prevent committing confidential files like TODO-planka-integration.md which contains Planka API credentials and environment-specific IDs. Co-Authored-By: Claude Sonnet 4.5 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..decc95a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,2 @@ +# Claude Code confidential files +.claude/