chore: forge init

This commit is contained in:
JulesCrown 2023-11-17 07:36:33 +01:00
commit 4142ac4f4a
6 changed files with 104 additions and 0 deletions

14
.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