[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

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

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