Skip to content

Commit 295c31f

Browse files
konardclaude
andcommitted
Update .gitignore to ignore Rust workspace build artifacts
Add patterns to ignore target/ and Cargo.lock in Rust sub-crates (e.g., rust/links-notation-macro/). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fd6f885 commit 295c31f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ ASALocalRun/
334334

335335
# rust
336336
rust/target/
337+
rust/**/target/
338+
rust/**/Cargo.lock
337339
target/venv/
338340
.venv/
339341
venv/

0 commit comments

Comments
 (0)