feat: add supervisor prototype with embedded frontend
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Build outputs
|
||||
bin/
|
||||
|
||||
# Frontend generated artifacts
|
||||
web/node_modules/
|
||||
web/dist/
|
||||
|
||||
# Embedded frontend build output (keep lightweight placeholder only)
|
||||
internal/static/dist/assets/
|
||||
|
||||
# OS/editor noise
|
||||
.DS_Store
|
||||
*.swp
|
||||
Reference in New Issue
Block a user