Skip to content

Commit 64fc164

Browse files
committed
fix: handle broadcast files
1 parent dd816c3 commit 64fc164

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

evm/.gitignore

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ out/
44
evm/cache/
55
evm/out/
66

7-
# Ignore all broadcast files
8-
broadcast/
9-
/broadcast/
7+
# Ignores development broadcast logs
8+
!/broadcast
9+
/broadcast/*/31337/
10+
/broadcast/**/dry-run/
11+
/broadcast/*devnet*/**
1012

1113
# Dotenv file
1214
.env

0 commit comments

Comments
 (0)