prysm-pulse/.gitignore
Preston Van Loon cce5884aab
Moving solidity lint check to bazel / buildkite (#629)
* Add solium dependency

* gazelle

* Remove step from travis
2018-10-07 13:20:59 -04:00

17 lines
218 B
Plaintext

# Ignore bazel directories
bazel-*
.DS_Store
.gitattributes
# 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