- Add chainfire/Cargo.lock, flaredb/Cargo.lock, iam/Cargo.lock - Remove Cargo.lock from chainfire/.gitignore - Required for nix buildRustPackage cargoLock 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
21 lines
155 B
Text
21 lines
155 B
Text
# Generated files
|
|
/target/
|
|
**/*.rs.bk
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test data
|
|
/tmp/
|
|
*.db/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|