mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-21 11:10:39 +00:00
18f3edff0a
## Issue Addressed The vendor directory gets populated after running `cargo vendor`. This directory should be ignored by VCS.
21 lines
169 B
Plaintext
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
|