mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
51 lines
541 B
Plaintext
51 lines
541 B
Plaintext
# Ignore bazel directories
|
|
bazel-*
|
|
|
|
.DS_Store
|
|
.swp
|
|
|
|
# Ignore VI/Vim swapfiles
|
|
.*.sw?
|
|
|
|
# IntelliJ
|
|
.idea
|
|
.ijwb
|
|
|
|
# delve debugger output (not sure how to get rid of these)
|
|
**/debug.test
|
|
|
|
# Coverage outputs
|
|
coverage.txt
|
|
profile.out
|
|
profile.grind
|
|
|
|
# Nodejs
|
|
node_modules
|
|
yarn-error.log
|
|
.vscode/
|
|
|
|
# Ignore password file
|
|
password.txt
|
|
|
|
# Dist files
|
|
dist
|
|
|
|
# deepsource cli
|
|
bin
|
|
|
|
# p2p metaData
|
|
metaData
|
|
|
|
# execution API authentication
|
|
jwt.hex
|
|
execution/
|
|
|
|
# manual testing
|
|
tmp
|
|
|
|
# spectest coverage reports
|
|
report.txt
|
|
|
|
# execution client data
|
|
execution/
|