Add vendor directory to .gitignore (#4819)

## Issue Addressed

The vendor directory gets populated after running `cargo vendor`. This directory should be ignored by VCS.
This commit is contained in:
Jimmy Chen 2023-10-18 06:52:51 +00:00
parent 5cc0f1097b
commit 18f3edff0a

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
target/
vendor/
**/*.rs.bk
*.pk
*.sk