chore: forge init
This commit is contained in:
parent
f22910069a
commit
8549b848b8
5 changed files with 98 additions and 0 deletions
14
onchain/.gitignore
vendored
Normal file
14
onchain/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Compiler files
|
||||
cache/
|
||||
out/
|
||||
|
||||
# Ignores development broadcast logs
|
||||
!/broadcast
|
||||
/broadcast/*/31337/
|
||||
/broadcast/**/dry-run/
|
||||
|
||||
# Docs
|
||||
docs/
|
||||
|
||||
# Dotenv file
|
||||
.env
|
||||
Loading…
Add table
Add a link
Reference in a new issue