-
Notifications
You must be signed in to change notification settings - Fork 586
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (52 loc) · 1.06 KB
/
.gitignore
File metadata and controls
61 lines (52 loc) · 1.06 KB
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
_build*
*.pdf
*.install
.merlin*
result
*.ignore
*.log
*.aux
src/config.mlh
src/config/config.mlh
/wallet-keys/
test_output
.DS_Store
.graphql_ppx_cache
/scripts/archive/output
accounts.json
src/app/libp2p_helper/src/libp2p_helper/libp2p_helper
src/libp2p_ipc/libp2p_ipc.capnp.go
src/libp2p_ipc/libp2p_ipc_capnp.ml
src/libp2p_ipc/libp2p_ipc_capnp.mli
maintenance/*.dot
scripts/mina-local-network/genesis_ledger.json
scripts/mina-local-network/annotated_ledger.json
*.backup
*.terraform.lock.hcl
*gcloud-keyfile.json*
_opam
opam_switches
target
./release
.vscode
# Opt-in VS Code Dev Container scaffold, generated by `make devcontainer`
# from dev/devcontainer-template/. Local copies should not be committed.
# Scoped to the "mina" subdir so users can still commit their own
# .devcontainer/devcontainer.json or .devcontainer/<other>/devcontainer.json
# alongside our generated one.
/.devcontainer/mina/
### Direnv ###
.env
.envrc
.direnv/
### Python ###
**/.venv
**/__pycache__
# pipenv
Pipfile
Pipfile.lock
# coverage report files
*.coverage
_coverage/
CLAUDE.local.md
/.claude/