mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:01:09 +02:00
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
38 lines
736 B
Text
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
|