* Added a new executeable to new backoffice * add new backoffice client as submodule * add new backoffice client as project * add bootstrap of backoffice client * experimentally allow CORS from local vite app running the backoffice * fix base path * move new backoffice projects to NewBackoffice folder * add support for redirect urls to login page (temporary) * update references to v13 * override databaseinstall/index.cshtml * copy ignore lines from normal project * remove redirect to AuthorizeUpgrade * codeql: checkout submodules * Section catch-all route * fixed tests * remove starter-kit file * remove grid views Co-authored-by: Bjarke Berg <mail@bergmania.dk>
13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
umbraco/[Dd]ata/
|
|
umbraco/[Ll]ogs/
|
|
umbraco/[Mm]odels/
|
|
Views/
|
|
!Views/Partials/blocklist/
|
|
!Views/Partials/grid/
|
|
!Views/_ViewImports.cshtml
|
|
appsettings.json
|
|
appsettings.Development.json
|
|
appsettings.Local.json
|
|
appsettings-schema.json
|
|
appsettings-schema.*.json
|