Reorganize into monorepo layout, move mitarbeiter-app to legacy reference
Consolidates the previously separate omsorgapp and omsorgCore repos (each had their own nested .git with GitHub history) plus the old root-level website/mitarbeiter-app into a single monorepo, matching the structure already documented in the root CLAUDE.md. Also moves the PHP employee app aside as omsorgWeb/mitarbeiter-app-legacy/ to serve as a template for a ground-up rewrite. Fixes .gitignore in the same pass: the config-secrets/uploads/data patterns were unanchored (relative to repo root, not depth-agnostic), so they silently stopped matching once the app moved under omsorgWeb/. Patterns are now **/-prefixed and cover both mitarbeiter-app and mitarbeiter-app-legacy, keeping DB/SMTP credentials and uploaded employee documents out of version control. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
8beb0fcf52
commit
b6c1389c55
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 620"><defs><linearGradient id="b" x1="0" y1="0" x2="1" y2="1"><stop stop-color="#fff"/><stop offset="1" stop-color="#dff9fc"/></linearGradient></defs><rect width="900" height="620" rx="36" fill="url(#b)"/><rect x="95" y="135" width="710" height="355" rx="20" fill="#fff" stroke="#caeef3" stroke-width="8"/><rect x="190" y="225" width="120" height="95" rx="10" fill="#68d2df"/><rect x="390" y="225" width="120" height="95" rx="10" fill="#68d2df"/><rect x="590" y="225" width="120" height="95" rx="10" fill="#68d2df"/><rect x="190" y="365" width="120" height="125" rx="10" fill="#11111f"/><rect x="390" y="365" width="120" height="95" rx="10" fill="#68d2df"/><rect x="590" y="365" width="120" height="95" rx="10" fill="#68d2df"/><rect x="355" y="78" width="190" height="96" rx="18" fill="#11111f"/><path d="M450 104v46M427 127h46" stroke="#68d2df" stroke-width="18" stroke-linecap="round"/></svg>
|
||||
|
After Width: | Height: | Size: 951 B |
Reference in New Issue
Block a user