prysm-pulse/.gitignore
Preston Van Loon 00ef08b3dc
Debug: add cgo symbolizer (#5255)
* Add cgo_symbolizer config

* Add comment

* use import block
2020-03-30 20:20:27 -07:00

36 lines
378 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
# go dependancy
/go.mod
/go.sum
# Dist files
dist