prysm-pulse/.gitignore

29 lines
311 B
Plaintext
Raw Normal View History

# Ignore bazel directories
bazel-*
.DS_Store
2019-02-05 17:28:01 -05:00
.swp
2018-12-07 10:23:12 -05:00
# IntelliJ
.idea
.ijwb
2018-12-07 10:23:12 -05:00
# delve debugger output (not sure how to get rid of these)
**/debug.test
2018-08-06 23:58:21 -04:00
# Coverage outputs
coverage.txt
profile.out
# Nodejs
node_modules
yarn-error.log
.vscode/
# Ignore password file
2019-09-26 21:59:10 +05:30
password.txt
# go dependancy
/go.mod
/go.sum