feat: initial nuwiki Rust workspace (core, lsp, ls)
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user