Replace entire codebase with homarr-labs/homarr

This commit is contained in:
Thomas Camlong
2026-01-15 21:54:44 +01:00
parent c5bc3b1559
commit 4fdd1fe351
4666 changed files with 409577 additions and 147434 deletions

74
.gitignore vendored
View File

@@ -1,20 +1,28 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
node_modules
.pnp
.pnp.js
/cli/node_modules/
.idea/
# testing
/coverage
coverage
# next.js
/.next/
/out/
.next/
out/
next-env.d.ts
# artifacts
packages/db/migrations/*/migrate.cjs
# nitro
.nitro/
.output/
# production
/build
build
# misc
.DS_Store
@@ -24,45 +32,39 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*.local
# vercel
.vercel
.turbo
# typescript
*.tsbuildinfo
# storybook
storybook-static
data/configs
# turbo
.turbo
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
# Yarn v2
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
/cli/.yarn/
# database
*.sqlite
#envfiles
.env
# logs
*.log
#Languages other than 'en'
public/locales/*
!public/locales/en
apps/tasks/tasks.cjs
apps/tasks/tasks.css
apps/websocket/wssServer.cjs
apps/websocket/wssServer.css
apps/nextjs/.million/
packages/cli/cli.cjs
#database
sqlite.db
database/*.sqlite
WILL_BE_OVERWRITTEN.sqlite
# e2e mounts
e2e/shared/tmp
# IDE
.idea/*
#personal backgrounds
apps/nextjs/public/images/background.png
# next-intl
en.d.json.ts