chore(sdk-rust): add .gitignore to exclude build artifacts

Removes sdk-rust/target/ from tracking — was accidentally committed
without a Rust .gitignore in place.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
SentryAgent.ai Developer
2026-04-03 02:49:19 +00:00
parent a4aab1b5b3
commit 0506bc1b8e

1
sdk-rust/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/target