forked from boundless-xyz/boundless
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (50 loc) · 1.06 KB
/
.gitignore
File metadata and controls
61 lines (50 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
# Compiler files
cache/
out/
build-info-reference/
**/node_modules/
# Ignores development broadcast logs
/broadcast
/broadcast/*/31337/
/broadcast/*/11155111/
/broadcast/**/dry-run/
# Ignore the file with RPC and Etherscan API keys for deployment.
deployment_secrets.toml
# Devnet logs
/logs
# Ignore all env files
.env*
# Except for the templates and running network env files
!.env.broker-template
!.env.localnet-template
!.env.eth-sepolia
!.env.base-sepolia
!.env.base
# Ignore broker config file(s)
*broker*.toml
# Cargo
target/
# Misc
.DS_Store
.idea
.aider*
.claude
CLAUDE.md
.cursor
# Ignore generated files
contracts/src/SetBuilderImageID.sol
contracts/src/libraries/AssessorImageID.sol
contracts/src/EchoImageID.sol
contracts/src/ResolveImageID.sol
contracts/src/libraries/UtilImageID.sol
contracts/test/SetBuilderElf.sol
contracts/test/AssessorElf.sol
contracts/test/EchoElf.sol
contracts/test/ResolveElf.sol
contracts/test/UtilElf.sol
# Lints & Format Caches
.lycheecache
# Ignore sccache install location created in CI
sccache-v0.*
# Ignore generated docs
/docs