Files
nuwiki/.gitignore
T
gffranco fe116088bb
CI / cargo fmt --check (push) Successful in 34s
CI / cargo clippy (push) Successful in 40s
CI / cargo test (push) Successful in 41s
CI / editor keymaps (push) Successful in 1m41s
chore: untrack .claude/ session artifact, add to .gitignore
`git add -A` in the previous commit accidentally swept in
.claude/scheduled_tasks.lock — a Claude Code local runtime artifact. Remove
it from the index and gitignore the .claude/ dir so it can't recur.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 20:11:31 +00:00

20 lines
279 B
Plaintext

# Rust build artifacts
/target
**/*.rs.bk
# Plugin runtime: downloaded LSP binary lives here (see SPEC.md §7.2)
/bin
# Editor / OS noise
.DS_Store
*.swp
*.swo
.idea/
.vscode/
# Vim help tags (regenerated by :helptags)
doc/tags
# Claude Code local session artifacts
.claude/