mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +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/
|
target/
|
||||||
|
vendor/
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
*.pk
|
*.pk
|
||||||
*.sk
|
*.sk
|
||||||
|
|||||||
Reference in New Issue
Block a user