From efa89313fa4152252b477aafd88f7cf4a66747d8 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Feb 2026 10:19:56 +0000 Subject: Initial Strapi plugin project --- playground/public/robots.txt | 3 +++ playground/public/uploads/.gitkeep | 0 2 files changed, 3 insertions(+) create mode 100644 playground/public/robots.txt create mode 100644 playground/public/uploads/.gitkeep (limited to 'playground/public') diff --git a/playground/public/robots.txt b/playground/public/robots.txt new file mode 100644 index 0000000..ff5d316 --- /dev/null +++ b/playground/public/robots.txt @@ -0,0 +1,3 @@ +# To prevent search engines from seeing the site altogether, uncomment the next two lines: +# User-Agent: * +# Disallow: / diff --git a/playground/public/uploads/.gitkeep b/playground/public/uploads/.gitkeep new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3