Some checks failed
Deploy Explorer Live / deploy (push) Failing after 12s
- Dual-chain / GRU deployment JSON sync - Frontend explorer SPA + MetaMask components - Scripts: nginx fixes, link deploy, local SPA serve helper - Token icon chain-138.png; .gitignore __pycache__ Co-authored-by: Cursor <cursoragent@cursor.com>
69 lines
703 B
Plaintext
69 lines
703 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
|
|
|
|
# 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/
|