-
Notifications
You must be signed in to change notification settings - Fork 256
/
.earthlyignore
79 lines (72 loc) · 1.39 KB
/
.earthlyignore
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
# Must include the .gitignore for all child projects as this is used by Earthly
# Note due to how we use Eartlhy each .gitignore MUST accompany any earthfile that might actually copy these artifacts
**/Earthfile
**/Readme.md
**/Dockerfile*
**/docker-compose*.yml
# root .gitignore contents
dest
node_modules
.cache
scripts/.earthly
.pnp.cjs
.pnp.loader.mjs
build/
.idea
cmake-build-debug
.terraform*
.bootstrapped
.tsbuildinfo
# Local Netlify folder
.netlify
.graphite*
.DS_Store
**/*.dockerignore
# .gitignore contents:
**/dest
**/node_modules
**/.cache
.env*
*.log
*.swp
**/*.result
**/.tsbuildinfo
**/tsconfig.tsbuildinfo
**/.eslintcache
**/target
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/log
end-to-end/data
end-to-end/src/web/main.js
end-to-end/src/web/main.js.LICENSE.txt
l1-contracts/generated
noir-protocol-circuits-types/artifacts
builder/target/
builder/proofs/
builder/Prover.toml
builder/Verifier.toml
builder/noir-protocol-circuits-types/.gitignore wow
builder/proofs/
builder/Prover.toml
builder/Verifier.toml
builder/src/target
builder/src/crs
builder/src/types
protocol-contracts/artifacts
scripts/tmp
noir-contracts.js/src
noir-contracts.js/artifacts/
noir-contracts.js/codegenCache.json
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions