From 806dd25b69905946f6da5ea0a8eef3376b4a10c2 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Sat, 6 Mar 2021 10:49:35 +0100 Subject: [PATCH] forbid robots --- robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / -- GitLab