mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-26 18:55:12 +02:00
refactor: project into monorepo
This commit is contained in:
36
frontend/.prettierignore
Normal file
36
frontend/.prettierignore
Normal 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
|
||||
Reference in New Issue
Block a user