harb/.gitignore
2025-09-23 08:49:28 +02:00

24 lines
261 B
Text

# Compiler files
cache/
out/
# Ignores development broadcast logs
/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/
# Dotenv file
.env
.secret
.secret*
.infura
.DS_Store
/onchain/lib/**/node-modules/
# Ignore vim files:
*~
*.swp
*.swo
.playwright-mcp/