Files
explorer-monorepo/.gitignore
defiQUG bdae5a9f6e feat: explorer API, wallet, CCIP scripts, and config refresh
- Backend REST/gateway/track routes, analytics, Blockscout proxy paths.
- Frontend wallet and liquidity surfaces; MetaMask token list alignment.
- Deployment docs, verification scripts, address inventory updates.

Check: go build ./... under backend/ (pass).
Made-with: Cursor
2026-04-07 23:22:12 -07:00

52 lines
458 B
Plaintext

# Dependencies
node_modules/
vendor/
# Optional local Mermaid (see frontend/public/thirdparty/README.md)
frontend/public/thirdparty/mermaid.min.js
# Build outputs
dist/
build/
.next/
*.tsbuildinfo
*.exe
*.exe~
*.dll
*.so
*.dylib
# Environment variables
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Database
*.db
*.sqlite
# Temporary files
tmp/
temp/
*.tmp
# Go
*.test
*.out
go.work