From cc47614280e2d84e5f644be7b1797593172eda60 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 13 Jul 2025 21:09:11 +0300 Subject: [PATCH] chore(git): move gitignore to ignore --- config/git/{gitignore => ignore} | 2 ++ config/git/shared | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) rename config/git/{gitignore => ignore} (87%) diff --git a/config/git/gitignore b/config/git/ignore similarity index 87% rename from config/git/gitignore rename to config/git/ignore index 0ec3dcb..c16ae0e 100644 --- a/config/git/gitignore +++ b/config/git/ignore @@ -21,3 +21,5 @@ dfm.sh .scannerwork .phpactor.json .zsh_history +**/.claude/settings.local.json + diff --git a/config/git/shared b/config/git/shared index 562125e..5a8cfb3 100644 --- a/config/git/shared +++ b/config/git/shared @@ -3,7 +3,7 @@ helper = cache --timeout 30000 [core] - excludesfile = ~/.config/git/gitignore + excludesfile = ~/.config/git/ignore [init] defaultBranch = main