update config
All checks were successful
Build Docker Image Front / run (pull_request) Successful in 1m9s
Build Docker Image Back / run (pull_request) Successful in 21s
JsDocs / coverage (pull_request) Successful in 23s
Test and coverage / coverage (pull_request) Successful in 1m29s

This commit is contained in:
2024-05-20 12:13:11 +02:00
parent 0c85df498e
commit 738381ee16
11 changed files with 414 additions and 7 deletions

10
front/.gitignore vendored
View File

@ -1,8 +1,6 @@
# build output
dist/
# generated types
.astro/
.output/
# dependencies
node_modules/
@ -13,6 +11,7 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
@ -20,5 +19,6 @@ pnpm-debug.log*
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
pnpm-lock.yaml
.astro