mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
target/
|
||||
vendor/
|
||||
**/*.rs.bk
|
||||
*.pk
|
||||
*.sk
|
||||
|
||||
Reference in New Issue
Block a user