prysm-pulse/.gitignore
Preston Van Loon 7df01feb58
Remove libfuzzer / afl based builds in favor of go 1.18 fuzz testing (#10065)
* Remove libfuzzer / afl based builds in favor of go 1.18 fuzz testing

* rm beacon-fuzz archive

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-01-20 04:51:02 +00:00

35 lines
367 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