Skip to content

Commit 18f3edf

Browse files
committed
Add vendor directory to .gitignore (#4819)
## Issue Addressed The vendor directory gets populated after running `cargo vendor`. This directory should be ignored by VCS.
1 parent 5cc0f10 commit 18f3edf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
target/
2+
vendor/
23
**/*.rs.bk
34
*.pk
45
*.sk

0 commit comments

Comments
 (0)