forked from ChainSafe/lodestar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
70 lines (60 loc) · 1.07 KB
/
.dockerignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Comment out if you build from source and need to see the commit and branch in logs + metrics
.git
# ^^^
node_modules
# Docs
# assets are useful for swagger-ui and relatively lightweight
# https://github.com/ChainSafe/lodestar/pull/5970#discussion_r1334420451
# 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
packages/**/lib
# Tests artifacts
.__testdb
packages/*/spec-tests
packages/*/benchmark_data
packages/beacon-node/test-logs/
packages/cli/test-logs/
packages/state-transition/test-cache
benchmark_data
invalidSszObjects/
packages/beacon-node/mainnet_pubkeys.csv
# Autogenerated docs
packages/**/docs
packages/**/typedocs
docs/pages/**/*-cli.md
docs/pages/assets
docs/pages/api/api-reference.md
docs/pages/contribution/getting-started.md
docs/site
# Lodestar artifacts
.lodestar
.pyrmont
# Other / artifacts
**/.nyc_output
**/coverage
**/node_modules
**/test
**/lib
**/.tmp
**/dist
*.log
**/*.log
.idea
.tmp