chore: forge init

This commit is contained in:
han
2024-12-16 17:03:19 +07:00
parent 91463f20be
commit 4ecabab831
7 changed files with 188 additions and 0 deletions

14
hello_foundry/.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Compiler files
cache/
out/
# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/
# Docs
docs/
# Dotenv file
.env