Files
explorer-monorepo/.gitignore
defiQUG b87ebee6a1
Some checks failed
Deploy Explorer Live / deploy (push) Failing after 20s
Validate Explorer / frontend (push) Failing after 24s
Validate Explorer / smoke-e2e (push) Has been skipped
feat(explorer): dual-chain wallet metadata, native coin pricing, and UI refresh.
Add Chain 138 wallet network metadata and stats coin-price enrichment; sync frontend explorer SPA, command center, and address/token pages with backend config.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 16:16:17 -07:00

71 lines
785 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 (team settings may be committed)
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Database
*.db
*.sqlite
# Temporary files
tmp/
temp/
*.tmp
# Go
*.test
*.out
go.work
# Compiled Go binaries (built artifacts, not source)
backend/bin/
backend/api/rest/cmd/api-server
backend/cmd
# Python
__pycache__/
*.py[cod]
# Tooling / scratch directories
out/
cache/
test-results/
playwright-report/
.playwright/
coverage/