[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 / .gitignore
389 B 46 lines
1# Misc 2*.pem 3.DS_Store 4Thumbs.db 5 6# Vite 7vite.config.js.timestamp-* 8vite.config.ts.timestamp-* 9 10# SQLite 11*.db 12 13# Dependencies 14node_modules 15.pnp 16.pnp.js 17 18# Local env files 19.env 20.env.* 21!.env.example 22!.env.test 23 24# Testing 25coverage 26 27# Turbo 28.turbo 29 30# Vercel 31.vercel 32 33# Build Outputs 34.next/ 35out/ 36dist 37.output 38.vercel 39/.svelte-kit 40/build 41 42# Debug 43npm-debug.log* 44yarn-debug.log* 45yarn-error.log* 46