diff --git a/playground/.gitignore b/playground/.gitignore index 1cc8d80..4447710 100644 --- a/playground/.gitignore +++ b/playground/.gitignore @@ -108,12 +108,13 @@ coverage # Strapi ############################ -# .env license.txt exports -*.cache +.strapi +dist build .strapi-updater.json +.strapi-cloud.json # yalc .yalc diff --git a/playground/.strapi/client/app.js b/playground/.strapi/client/app.js deleted file mode 100644 index 6a5f78e..0000000 --- a/playground/.strapi/client/app.js +++ /dev/null @@ -1,16 +0,0 @@ -/** - * This file was automatically generated by Strapi. - * Any modifications made will be discarded. - */ -import strapiCloud from "@strapi/plugin-cloud/strapi-admin"; -import usersPermissions from "@strapi/plugin-users-permissions/strapi-admin"; -import configSync from "strapi-plugin-config-sync/strapi-admin"; -import { renderAdmin } from "@strapi/strapi/admin"; - -renderAdmin(document.getElementById("strapi"), { - plugins: { - "strapi-cloud": strapiCloud, - "users-permissions": usersPermissions, - "config-sync": configSync, - }, -}); diff --git a/playground/.strapi/client/index.html b/playground/.strapi/client/index.html deleted file mode 100644 index 4e9d27c..0000000 --- a/playground/.strapi/client/index.html +++ /dev/null @@ -1,63 +0,0 @@ - - - -
- - - - -