-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
40 lines (33 loc) · 995 Bytes
/
.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
# Compiler files
cache/
out/
tmp/
**/.DS_Store
web/src/artifacts/*
!web/src/artifacts/.gitkeep
tmp/*
!tmp/.gitkeep
broadcast/DeployAnvil.s.sol/*/*
#!broadcast/DeployAnvil.s.sol/*/run-latest.json
broadcast/DeployGnosisChiado.s.sol/*/*
!broadcast/DeployGnosisChiado.s.sol/*/run-latest.json
broadcast/DeployOptimismGoerli.s.sol/*/*
!broadcast/DeployOptimismGoerli.s.sol/*/run-latest.json
broadcast/DeployScrollAlpha.s.sol/*/*
!broadcast/DeployScrollAlpha.s.sol/*/run-latest.json
broadcast/DeployZkevmTestnet.s.sol/*/*
!broadcast/DeployZkevmTestnet.s.sol/*/run-latest.json
broadcast/DeployMantleTestnet.s.sol/*/*
!broadcast/DeployMantleTestnet.s.sol/*/run-latest.json
broadcast/DeployTaikoAlpha-2.s.sol/*/*
!broadcast/DeployTaikoAlpha-2.s.sol/*/run-latest.json
broadcast/DeployZksyncEraTestnet.s.sol/*/*
!broadcast/DeployZksyncEraTestnet.s.sol/*/run-latest.json
# Ignores development broadcast logs
# !/broadcast
# /broadcast/*/31337/
# /broadcast/**/dry-run/
# Docs
docs/
# Dotenv file
.env