prysm-pulse/.gitignore

32 lines
345 B
Plaintext
Raw Normal View History

# Ignore bazel directories
bazel-*
.DS_Store
2019-02-05 22:28:01 +00:00
.swp
2020-01-13 14:43:14 +00:00
# Ignore VI/Vim swapfiles
.*.sw?
2018-12-07 15:23:12 +00:00
# IntelliJ
.idea
.ijwb
2018-12-07 15:23:12 +00:00
# delve debugger output (not sure how to get rid of these)
**/debug.test
2018-08-07 03:58:21 +00:00
# Coverage outputs
coverage.txt
profile.out
# Nodejs
node_modules
yarn-error.log
.vscode/
# Ignore password file
2019-09-26 16:29:10 +00:00
password.txt
# go dependancy
/go.mod
/go.sum