Listen to and share the music in the Atmosphere. musicsky.up.railway.app/
nextjs atproto music typescript react
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 47 lines 507 B view raw
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 3# dependencies 4node_modules 5 6# testing 7coverage 8 9# next.js 10.next/ 11out/ 12 13# production 14build 15dist/ 16 17# misc 18.DS_Store 19*.pem 20 21# debug 22npm-debug.log* 23yarn-debug.log* 24yarn-error.log* 25.pnpm-debug.log* 26 27# env files (can opt-in for committing if needed) 28.env* 29 30# vercel 31.vercel 32 33# typescript 34*.tsbuildinfo 35next-env.d.ts 36 37# database 38*.db 39*.db-shm 40*.db-wal 41 42# turbo 43.turbo 44 45# claude 46.claude/settings.local.json 47.claude/worktrees/*