an app to share curated trails sidetrail.app
atproto nextjs react rsc
50
fork

Configure Feed

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

at main 48 lines 533 B view raw
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 3# dependencies 4/node_modules 5/.pnp 6.pnp.js 7 8# testing 9/coverage 10 11# next.js 12/.next/ 13/out/ 14 15# production 16/build 17 18# misc 19.DS_Store 20*.pem 21 22# debug 23npm-debug.log* 24yarn-debug.log* 25yarn-error.log* 26 27# local env files 28.env*.local 29 30# vercel 31.vercel 32 33# typescript 34*.tsbuildinfo 35next-env.d.ts 36 37# mock pds data 38.pds 39 40.playwright-mcp 41 42.env* 43 44# generated lexicons (regenerated from ./lexicons via lex build) 45/lib/lexicons 46 47# drizzle migrations (if any) 48/drizzle