Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at main 646 B view raw
1# Rust build artifacts 2target/ 3**/target/ 4services/target/ 5apps/*/target/ 6 7# Node.js dependencies and build artifacts 8node_modules/ 9**/node_modules/ 10.turbo/ 11**/.turbo/ 12build/ 13dist/ 14.next/ 15 16# Development and cache files 17.gitignore 18**/.DS_Store 19*.log 20*.tmp 21*.temp 22 23# IDE and editor files 24.vscode/ 25.idea/ 26*.swp 27*.swo 28*~ 29 30# Environment and config files 31.env 32.env.local 33.env.*.local 34 35# Database files 36*.db 37*.sqlite 38*.sqlite3 39 40# Test coverage 41coverage/ 42**/coverage/ 43 44# Temporary files 45tmp/ 46temp/ 47 48# SQLx offline query cache 49# Include workspace-level cache for monorepo builds 50# Uncomment the line below if you want to force online compilation 51# .sqlx/