refactor: project into monorepo

This commit is contained in:
Aleksi Lassila
2025-08-09 13:39:48 +03:00
parent b28f3be8b7
commit d831c59647
335 changed files with 25170 additions and 7846 deletions

36
frontend/.prettierignore Normal file
View File

@@ -0,0 +1,36 @@
.DS_Store
node_modules
/build
/dist
/.svelte-kit
/package
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
.github
.husky
**/.DS_Store
**/.env
**/.env.*
**/build/
**/coverage/
**/dist/
**/docker-compose.*
**/node_modules/
# Ignore files for PNPM, NPM and YARN
package-lock.json
package.json
pnpm-lock.yaml
yarn.lock
backend\packages\jellyfin.plugin\src\jellyfin.openapi.ts
backend\swagger-spec.json
**/*.generated.d.ts
**/*.openapi.ts