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