chore(gitignore): ignore les target/ de sous-crates Cargo
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,8 @@
|
||||
# ─── Rust / Cargo ───────────────────────────────────────────────────────────
|
||||
# Build output for the whole workspace (Cargo.lock IS committed — it's an app).
|
||||
/target/
|
||||
# ...et les target/ des sous-crates du workspace (règle non ancrée).
|
||||
target/
|
||||
**/*.rs.bk
|
||||
|
||||
# ─── Node / frontend ────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user