working on the frontend, adding torrent page, working on show directory, working on the api

This commit is contained in:
maxDorninger
2025-05-11 10:59:38 +02:00
parent 180771882d
commit ef7b020043
164 changed files with 5389 additions and 1594 deletions

24
.gitignore vendored
View File

@@ -11,3 +11,27 @@ tv/*
log.txt
res/*
/backend/src/indexer/indexers/prowlarr.http
/web/cache/
web/node_modules
# Output
web/.output
web/.vercel
web/.netlify
web/.wrangler
web/.svelte-kit
web/build
# OS
web/.DS_Store
web/Thumbs.db
# Env
web/.env
web/.env.*
web/!.env.example
web/!.env.test
# Vite
web/vite.config.js.timestamp-*
web/vite.config.ts.timestamp-*