Skip to content

Commit dc92292

Browse files
authored
chore: gitignore Rust target/ build output (#1084)
Cargo writes build artifacts (582MB locally) to the workspace target/ directory at repo root. This was not gitignored, leaving status output noisy and risking accidental commits of build output.
1 parent 8931706 commit dc92292

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ generated/DEPENDENCIES.md
1212
generated/DEPENDENCIES.json
1313
artifacts/
1414
pkg/
15+
target/

0 commit comments

Comments
 (0)