mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:43:28 +02:00
working on the frontend, adding torrent page, working on show directory, working on the api
This commit is contained in:
24
.gitignore
vendored
24
.gitignore
vendored
@@ -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-*
|
||||
|
||||
Reference in New Issue
Block a user