From b31b800ada5d3eba2d9572a46a5335da90db606a Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Tue, 9 Jun 2026 18:32:23 +0200 Subject: [PATCH] =?UTF-8?q?Feat:=20F=C3=BCgt=20robots.txt=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/gitea/public/robots.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/gitea/public/robots.txt diff --git a/data/gitea/public/robots.txt b/data/gitea/public/robots.txt new file mode 100644 index 0000000..884e954 --- /dev/null +++ b/data/gitea/public/robots.txt @@ -0,0 +1,14 @@ +User-agent: * + +Disallow: / +Allow: / +Allow: /explore +Allow: /*/*/ + +Disallow: /*/*/raw/* +Disallow: /*/*/blob/* +Disallow: /*/*/src/* +Disallow: /*/*/tree/* +Disallow: /*/*/commits/* +Disallow: /*/*/issues/* +Disallow: /*/*/pulls/*