Fix .gitignore to exclude git merge driver temp files
Adds patterns for *.json[0-9] and *.jsonl[0-9] to ignore temporary files created by git merge driver during conflicts (e.g., beads.base.json1) Amp-Thread-ID: https://ampcode.com/threads/T-afef93f2-e073-47d8-a82e-b8c68412496f Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -55,6 +55,10 @@ Thumbs.db
|
||||
.beads/beads.base.meta.json
|
||||
.beads/beads.left.meta.json
|
||||
|
||||
# Git merge driver temp files (created during conflicts with numbered extensions)
|
||||
.beads/*.json[0-9]
|
||||
.beads/*.jsonl[0-9]
|
||||
|
||||
# Ignore nix result
|
||||
result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user