chore: gitignore stale target-* build cache dirs (#3707)

Adds /target-*/ to .gitignore to prevent alternative Cargo build
directories (e.g. target-ms365, target-pr) from being tracked.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Argenis 2026-03-16 11:21:04 -04:00 committed by GitHub
parent 85271441b5
commit a2b18bdb16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/target
/target-*/
firmware/*/target
web/dist/
*.db