Files
nuwiki-rs/.gitignore
T
gffranco 29a4efb6bc
CI / cargo fmt --check (push) Successful in 59s
CI / cargo clippy (push) Successful in 1m20s
CI / cargo test (push) Successful in 1m29s
CI / editor keymaps (push) Failing after 33s
feat: initial nuwiki Rust workspace (core, lsp, ls)
2026-06-24 00:01:59 +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/