forked from AztecProtocol/aztec-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (56 loc) · 1.18 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
# To be maintained along with .earthlyinore
**/dest
**/node_modules
**/.cache
.env*
*.log
*.swp
**/.tsbuildinfo
**/tsconfig.tsbuildinfo
**/.eslintcache
**/target
**/.debounce-*
**/.tsc.pid
**/*.result
accounts/artifacts
aztec-faucet/data*
aztec-node/data*
aztec/log
circuits.js/fixtures/*.json
circuit-types/src/test/artifacts
docs/dist
end-to-end/addresses.json
end-to-end/flame_graph
end-to-end/log
end-to-end/data
end-to-end/src/web/main.js
end-to-end/src/web/main.js.LICENSE.txt
l1-artifacts/generated
l1-contracts/generated
builder/target/
builder/noir-protocol-circuits-types/.gitignore wow
builder/proofs/
builder/Prover.toml
builder/Verifier.toml
builder/src/target
builder/src/crs
builder/src/types
noir-protocol-circuits-types/artifacts
noir-protocol-circuits-types/src/private_kernel_reset_data.ts
noir-protocol-circuits-types/src/types/
ivc-integration/artifacts
ivc-integration/src/types/
protocol-contracts/artifacts
protocol-contracts/src/protocol_contract_data.ts
scripts/tmp
noir-contracts.js/src
noir-contracts.js/artifacts/
noir-contracts.js/codegenCache.json
types/fixtures/*.json
cli-wallet/test/data
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions