mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:01:09 +02:00
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:
parent
f55962e135
commit
0241f5554c
16 changed files with 2173 additions and 187 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue