[READ-ONLY] Mirror of https://github.com/flo-bit/svelsky. editable svelte website with bluesky pds as backend flo-bit.dev/svelsky/
0

Configure Feed

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

svelsky / .gitignore
210 B 23 lines
1node_modules 2 3# Output 4.output 5.vercel 6.netlify 7.wrangler 8/.svelte-kit 9/build 10 11# OS 12.DS_Store 13Thumbs.db 14 15# Env 16.env 17.env.* 18!.env.example 19!.env.test 20 21# Vite 22vite.config.js.timestamp-* 23vite.config.ts.timestamp-*