prysm-pulse/.gitignore
Jonathan Gimeno 4f316d6ed0 Issue 1017 taken port (#1108)
* add git ignore to avoid intellij bazel plugin files.

* check if port for p2p is available

* add unit test for port taken
2018-12-17 16:57:22 +08:00

22 lines
251 B
Plaintext

# Ignore bazel directories
bazel-*
.DS_Store
.gitattributes
# IntelliJ
.idea
.ijwb
# delve debugger output (not sure how to get rid of these)
**/debug.test
# Coverage outputs
coverage.txt
profile.out
# Nodejs
node_modules
yarn-error.log
.vscode/