From f591150512903014461e4fa1be3bc53bd261af2f Mon Sep 17 00:00:00 2001 From: Erika <3019731+Princesseuh@users.noreply.github.com> Date: Thu, 4 Aug 2022 14:16:51 -0400 Subject: Audit examples templates (#3940) * basics, framework-alpine, framework-solid, delete unused examples * framework-multiple * Remove non-standard file extensions, add missing .vscode folders * Remove robots.txt * Remove blog-multiple-authors * Rewrite components comments to be consistent * Update lockfile * Remove unnecessary usage of SCSS in subpath example * Fix props weirdness in portfolio example * Remove Lit from `framework-multiple` for now * Misc fixes * Update lockfile * I'm in lockfile hell, send help --- examples/integrations-playground/public/assets/logo.svg | 12 ------------ examples/integrations-playground/public/favicon.ico | Bin 4286 -> 0 bytes examples/integrations-playground/public/robots.txt | 2 -- 3 files changed, 14 deletions(-) delete mode 100644 examples/integrations-playground/public/assets/logo.svg delete mode 100644 examples/integrations-playground/public/favicon.ico delete mode 100644 examples/integrations-playground/public/robots.txt (limited to 'examples/integrations-playground/public') diff --git a/examples/integrations-playground/public/assets/logo.svg b/examples/integrations-playground/public/assets/logo.svg deleted file mode 100644 index d751556b2..000000000 --- a/examples/integrations-playground/public/assets/logo.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - diff --git a/examples/integrations-playground/public/favicon.ico b/examples/integrations-playground/public/favicon.ico deleted file mode 100644 index 578ad458b..000000000 Binary files a/examples/integrations-playground/public/favicon.ico and /dev/null differ diff --git a/examples/integrations-playground/public/robots.txt b/examples/integrations-playground/public/robots.txt deleted file mode 100644 index 1f53798bb..000000000 --- a/examples/integrations-playground/public/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: / -- cgit v1.2.3