Skip to content

Commit

Permalink
Add vendor directory to .gitignore (sigp#4819)
Browse files Browse the repository at this point in the history
## Issue Addressed

The vendor directory gets populated after running `cargo vendor`. This directory should be ignored by VCS.
  • Loading branch information
jimmygchen committed Oct 18, 2023
1 parent 5cc0f10 commit 18f3edf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
target/
vendor/
**/*.rs.bk
*.pk
*.sk
Expand Down

0 comments on commit 18f3edf

Please sign in to comment.