restructure: flatten workspace nesting, move devcontainer to root
- backend/workspaces/backend/ → backend/ - backend/workspaces/frontend/ → frontend/ - backend/.devcontainer/ + .vscode/ → repo root (where VS Code expects them) - loose scripts/SQL files → scripts/ - replace nested git repo with single repo at project root - update docker-compose.yml build context and devcontainer.json path - add root .gitignore Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Runtime data (Docker volumes)
|
||||
data/
|
||||
import-data/
|
||||
|
||||
# Secrets
|
||||
.env
|
||||
|
||||
# Dev scripts / DB dumps
|
||||
scripts/large-data.sql
|
||||
Reference in New Issue
Block a user