From c7aca696d74a94404c225a5b067377e96fd9feda Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Mon, 13 Apr 2026 08:13:06 +0300 Subject: [PATCH] Ignore local Claude Code files globally --- .gitconfig | 2 ++ .gitignore_global | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore_global diff --git a/.gitconfig b/.gitconfig index d269033..54f18df 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,3 +20,5 @@ # keep-sorted end [include] path = .hostgitconfig +[core] + excludesfile = /home/ohad/.gitignore_global diff --git a/.gitignore_global b/.gitignore_global new file mode 100644 index 0000000..1a88ff4 --- /dev/null +++ b/.gitignore_global @@ -0,0 +1,3 @@ +/conversation-id.txt +/conversation-id-*.txt +/.claude/settings.local.json