mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
c87ef2f0e7
* Check in gocovmerge, add all-in-one coverage.sh script for CI * annotate script * Annotate tools/gocovmerge/main.go * deepsource suggestions
39 lines
394 B
Plaintext
39 lines
394 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
|
|
|
|
# libfuzzer
|
|
oom-*
|
|
crash-*
|
|
|
|
# deepsource cli
|
|
bin
|