resolves #36 Co-authored-by: johba <johba@harb.eth> Reviewed-on: https://codeberg.org/johba/harb/pulls/40
30 lines
374 B
Text
30 lines
374 B
Text
# Compiler files
|
|
cache/
|
|
out/
|
|
|
|
# Ignores development broadcast logs
|
|
/broadcast
|
|
/broadcast/*/31337/
|
|
/broadcast/**/dry-run/
|
|
|
|
# Dotenv file
|
|
.env
|
|
.secret
|
|
.secret*
|
|
!onchain/.secret.local
|
|
.infura
|
|
.DS_Store
|
|
|
|
/onchain/lib/**/node-modules/
|
|
onchain/node_modules/
|
|
|
|
# Ignore vim files:
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
.playwright-mcp/
|
|
ponder-repo
|
|
tmp
|
|
foundry.lock
|
|
services/ponder/.env.local
|
|
node_modules
|