Ignore local Claude Code files globally
This commit is contained in:
parent
b4838af164
commit
664c187bcf
2 changed files with 5 additions and 0 deletions
|
|
@ -20,3 +20,5 @@
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
[include]
|
[include]
|
||||||
path = .hostgitconfig
|
path = .hostgitconfig
|
||||||
|
[core]
|
||||||
|
excludesfile = ~/.gitignore_global
|
||||||
|
|
|
||||||
3
.gitignore_global
Normal file
3
.gitignore_global
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
/conversation-id.txt
|
||||||
|
/conversation-id-*.txt
|
||||||
|
/.claude/settings.local.json
|
||||||
Loading…
Add table
Add a link
Reference in a new issue