chore: extend .gitignore with runtime and generated artifacts
- .claude-pid: Claude Code runtime PID file, not repo content - .laputa-index.json: generated search index, must not be committed - *.key / *.key.pub: blanket guard against future signing key commits
This commit is contained in:
@@ -1 +0,0 @@
|
||||
91305
|
||||
10
.gitignore
vendored
10
.gitignore
vendored
@@ -60,3 +60,13 @@ CODE-HEALTH-REPORT.md
|
||||
|
||||
# Local home dir artifact from worktree ops
|
||||
(HOME)/
|
||||
|
||||
# Runtime / process files
|
||||
.claude-pid
|
||||
|
||||
# Generated vault index files (qmd/search artifacts)
|
||||
.laputa-index.json
|
||||
|
||||
# Tauri signing keys (never commit private keys)
|
||||
*.key
|
||||
*.key.pub
|
||||
|
||||
Reference in New Issue
Block a user