Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
# Rust
|
||||
/target/
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
|
||||
# IDEs/Editors
|
||||
/.idea/
|
||||
/.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Coverage/Bench
|
||||
*.profraw
|
||||
*.lcov
|
||||
coverage/
|
||||
benchmarks/
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Claude Code
|
||||
.claude/
|
||||
|
||||
# User-defined local files
|
||||
/.user-defined/
|
||||
Reference in New Issue
Block a user