Files
lodestar/.dockerignore
2021-12-08 16:42:01 +01:00

50 lines
589 B
Plaintext

# Comment out if you build from source and need to see the commit and branch in logs + metrics
.git
# ^^^
node_modules
# Docs
assets
supporting-docs
docs
typedocs
mkdocs.yml
LICENSE
README.md
# Github & configs
.github
.codeclimate.yml
.codecov.yml
# Tooling
docker
prometheus.yml
# Docker
Dockerfile
docker-compose.yml
# Tests
packages/**/test
.__testdb
packages/spec-test-runner/spec-tests
packages/validator/spec-tests
# Lodestar artifacts
.lodestar
.pyrmont
# Other / artifacts
**/.nyc_output
**/coverage
**/node_modules
**/test
**/lib
**/.tmp
**/dist
*.log
**/*.log
.idea
.tmp