mirror of
https://github.com/AtHeartEngineering/lodestar.git
synced 2026-01-09 01:28:11 -05:00
50 lines
589 B
Plaintext
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 |