fix(cicd): docker paths, formatting config,

and documentation

  - Fix Docker build paths in maerchenzauber and manadeck
  backends
  - Add comprehensive CI/CD documentation (private repo
  solution, type analysis)
  - Configure Prettier with proper plugins for Astro/Svelte
  - Update .gitignore to exclude .hive-mind and .claude-flow
  - Fix Turbo config for Presi app

  Related to cicd/integration branch - Priority 1 & 2 fixes
This commit is contained in:
Wuesteon 2025-11-27 18:33:08 +01:00
parent f55962e135
commit 0241f5554c
16 changed files with 2173 additions and 187 deletions

View file

@ -1,8 +1,4 @@
# Dependencies
node_modules/
.pnpm-store/
# Build outputs
# Build outputs and generated files
dist/
build/
.next/
@ -11,22 +7,32 @@ build/
.svelte-kit/
.astro/
.expo/
android/
ios/
# Turbo
.netlify/
node_modules/
.turbo/
# Package manager
# Lock files
pnpm-lock.yaml
package-lock.json
yarn.lock
# Generated files
*.min.js
*.min.css
coverage/
# Testing documentation with pseudo-code examples
QA_TESTING_CHECKLIST.md
TEST_CASES_SAMPLES.md
TESTING_STRATEGY_AUTH_CREDITS.md
# IDE
.idea/
.vscode/
# Generated type files
*.gen.ts
*.generated.ts
# Cache files
.cache/
.parcel-cache/
.eslintcache
.prettiercache
# Files with pseudo-code or example syntax
apps/maerchenzauber/apps/mobile/ANALYTICS.md
apps/maerchenzauber/apps/landing/src/components/sections/CharacterGallery.astro
apps/maerchenzauber/apps/landing/src/components/sections/StoryShowcase.astro
apps/maerchenzauber/apps/landing/src/pages/privacy.astro