lighthouse/.gitignore
Jimmy Chen 18f3edff0a Add vendor directory to .gitignore (#4819)
## Issue Addressed

The vendor directory gets populated after running `cargo vendor`. This directory should be ignored by VCS.
2023-10-18 06:52:51 +00:00

21 lines
169 B
Plaintext

target/
vendor/
**/*.rs.bk
*.pk
*.sk
*.raw_keypairs
flamegraph.svg
perf.data*
*.tar.gz
/bin
genesis.ssz
/clippy.toml
/.cargo
# IntelliJ
/*.iml
.idea
# VSCode
/.vscode