addition of new dashboard
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,4 +1,16 @@
|
||||
/data
|
||||
/scripts
|
||||
/backend/ui
|
||||
backend/http/public/favicon.ico
|
||||
backend/http/public/favicon.svg
|
||||
backend/http/public/_astro
|
||||
backend/http/public/fonts
|
||||
node_modules
|
||||
packages
|
||||
docker-compose.*.yml
|
||||
docker-compose.*.yml
|
||||
|
||||
# Enterprise-only dashboard UI. Ignored so EE code is never committed to the
|
||||
# public/community branches; the community build resolves these UI slots to
|
||||
# empty via import.meta.glob in frontend/src/resources/ee.ts. The real
|
||||
# components live only on the private EE branch (force-added there).
|
||||
frontend/src/ee/
|
||||
Reference in New Issue
Block a user