From 20a9a1023084e5c5f8ebf7314e76d8102b5ceb9c Mon Sep 17 00:00:00 2001 From: Beau Findlay Date: Tue, 30 Apr 2024 21:19:59 +0100 Subject: [PATCH] Add robots.txt --- src/Client/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Client/robots.txt diff --git a/src/Client/robots.txt b/src/Client/robots.txt new file mode 100644 index 0000000..6f27bb6 --- /dev/null +++ b/src/Client/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: \ No newline at end of file