runtipi/.dockerignore
Nicolas Meienberger 67c6480d43
Sync 3.5.3 in develop (#1614)
* chore: bump version to 3.5.2

* fix(container): use env variables instead of parsing before ready

* chore: run biome safe autofix

* fix(db): use env for username and db instead of hardcoded value

* chore: bump version to 3.5.3

* chore: remove un-needed files after merge

* chore: biome auto fix

* chore(worker): bump esbuild version

* New Crowdin updates (#1615)

* New translations en.json (Ukrainian)

* New translations en.json (Swedish)

* chore: update lock file

* refactor(worker): change shiki to ansi-to-html for a 8MB bundle size reduction

* chore: remove eslint comments

* chore: fix biome in apps/** folders

* chore: revert si named import
2024-08-21 08:50:50 +02:00

20 lines
258 B
Plaintext

*
### Includes ###
!pnpm-*.yaml
!package.json
!patches/**
!packages/**/src/**
!packages/**/assets/**
!**/package.json
!**/nodemon.json
!**/tsconfig.json
!**/build.mjs
!next.config.mjs
!sentry.*.config.ts
!public/**
!src/**
!tests/**
!start.*.sh
!scripts/**