synor/.gitignore
Gulshan Yadav 48949ebb3f Initial commit: Synor blockchain monorepo
A complete blockchain implementation featuring:
- synord: Full node with GHOSTDAG consensus
- explorer-web: Modern React blockchain explorer with 3D DAG visualization
- CLI wallet and tools
- Smart contract SDK and example contracts (DEX, NFT, token)
- WASM crypto library for browser/mobile
2026-01-08 05:22:17 +05:30

56 lines
509 B
Text

# Rust
target/
**/target/
**/*.rs.bk
Cargo.lock
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-store/
# Build outputs
dist/
build/
*.js.map
# Environment variables
.env
.env.local
.env.*.local
*.env
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
firebase-debug.log
# Testing
coverage/
.nyc_output/
test-results/
playwright-report/
playwright/.cache/
.playwright-mcp/
# Temporary
tmp/
temp/
.cache/
# Firebase
.firebase/