mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 08:29:36 +01:00
refactor: restructure repository with separate backend and frontend directories
- Move Java backend to backend/ directory - Create frontend/ directory for TypeScript TUI and future WebUI - Update .gitignore for Node.js and worktrees - Update README.md with new repository structure - Copy documentation to backend/
This commit is contained in:
parent
ec9114aa0a
commit
c2c48a03e8
141 changed files with 734 additions and 9 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -50,3 +50,16 @@ coverage/
|
|||
.mvn/
|
||||
mvnw
|
||||
mvnw.cmd
|
||||
|
||||
# Node.js / Frontend
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/build/
|
||||
frontend/.pnpm-store/
|
||||
frontend/**/.turbo/
|
||||
frontend/**/.next/
|
||||
*.tsbuildinfo
|
||||
.pnpm-debug.log
|
||||
|
||||
# Git worktrees
|
||||
.worktrees/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue