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
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -13,6 +13,7 @@ build/
|
|||
.expo/
|
||||
android/
|
||||
ios/
|
||||
.netlify/
|
||||
|
||||
# Turbo
|
||||
.turbo/
|
||||
|
|
@ -88,3 +89,9 @@ yarn.lock
|
|||
|
||||
# Debug
|
||||
.pnpm-debug.log
|
||||
|
||||
# Hive mind sessions
|
||||
.hive-mind/
|
||||
|
||||
# Claude Flow metrics
|
||||
.claude-flow/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue