managarten/.prettierignore
Wuesteon 0241f5554c 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
2025-11-27 18:33:08 +01:00

38 lines
736 B
Text

# Build outputs and generated files
dist/
build/
.next/
.nuxt/
.output/
.svelte-kit/
.astro/
.expo/
.netlify/
node_modules/
.turbo/
# Lock files
pnpm-lock.yaml
package-lock.json
yarn.lock
# Testing documentation with pseudo-code examples
QA_TESTING_CHECKLIST.md
TEST_CASES_SAMPLES.md
TESTING_STRATEGY_AUTH_CREDITS.md
# 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