forked from MinaProtocol/mina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
109 lines (94 loc) · 1.95 KB
/
.gitignore
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.bazel
bazel-*
user.bazelrc
.cpcache/
_build*
*.pdf
*.install
.merlin*
result
*.ignore
*.log
*.aux
src/config.mlh
src/config/config.mlh
src/external/ocaml-rocksdb/rocksdb
.stack-work/
/wallet-keys/
test_output
.firebase/
node_modules/
.DS_Store
.graphql_ppx_cache
/scripts/archive/output
accounts.json
src/app/libp2p_helper/src/libp2p_helper/libp2p_helper
src/app/validation/_build
src/app/validation/config/local.exs
src/app/validation/cover
src/app/validation/deps
src/app/validation/doc
src/app/validation/priv/plts
src/libp2p_ipc/libp2p_ipc.capnp.go
src/libp2p_ipc/libp2p_ipc_capnp.ml
src/libp2p_ipc/libp2p_ipc_capnp.mli
maintenance/*.dot
maintenance/*.png
scripts/mina-local-network/genesis_ledger.json
scripts/mina-local-network/annotated_ledger.json
automation/*config.json
automation/!bsconfig.json
automation/*/venv/*
automation/ec2.json
automation/*credentials.json
automation/token.pickle
automation/.merlin
automation/lib
automation/keys/genesis/*
automation/keys/keypairs/*
automation/keys/keysets/*
automation/keys/api-keys/*
automation/keys/testnet-keys/*
automation/keys/libp2p/*
automation/src/*.js
automation/node_modules/
automation/terraform/testnets/**/keys
automation/scripts/offline_fish_keys
automation/scripts/offline_whale_keys
automation/scripts/online_fish_keys
automation/scripts/online_whale_keys
automation/scripts/service_keys
automation/scripts/genesis_ledger.json
automation/scripts/annotated_ledger.json
automation/Digraph.gv
automation/Digraph.gv.png
automation/**/__pycache__/**
automation/nightly-logs
automation/daemon.json
automation/discord_webhook_url.txt
automation/*-accounts.csv
automation/block_tree.gv.png
automation/gcloud-keyfile.json
automation/services/watchdog/check_libp2p/check_libp2p
*.backup
*.terraform.lock.hcl
*gcloud-keyfile.json*
_opam
target
release
.vscode
### IntelliJ IDEA ###
**/.idea/
*.iws
*.iml
*.ipr
### Direnv ###
.env
.envrc
.direnv/
# pipenv
Pipfile
Pipfile.lock
# coverage report files
*.coverage
_coverage/