Files
SatsFaucet/.gitignore
T
SatsFaucet e7daa57ab4 Redesign frontend with Sats Flow theme and restore homepage sidebars.
Apply the glassmorphic Bitcoin-orange design system across the claim flow and all pages, add the eligibility draw animation, and flank the claim wizard with deposit and stats panels again.
2026-06-09 05:23:29 +02:00

49 lines
459 B
Plaintext

# Dependencies
node_modules/
package-lock.json
# Build / output
dist/
build/
*.tsbuildinfo
# Environment and secrets
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
# OS
.DS_Store
Thumbs.db
# IDE / editor
.cursor/
.idea/
.vscode/
*.swp
*.swo
# SQLite / local DB
*.db
*.sqlite
*.sqlite3
backend/data/
# Vite
frontend/dist/
# Deploy config (server-specific)
deploy/
# Design assets (local reference only)
design/
# Misc
*.local
.cache/