This commit is contained in:
Bastian Wagner
2026-07-16 09:49:22 +02:00
commit 543e8273a7
157 changed files with 22761 additions and 0 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
.git
node_modules
**/node_modules
dist
**/dist
apps/backend/public
coverage
**/coverage
.angular
**/.angular
.env
.env.*
!.env.example
npm-debug.log*