From 033d07a519bac03fdfd28ca15e09cc287e80fd14 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 24 Jan 2017 17:09:18 +0100 Subject: Initial commit with non-functional pieces of code about file upload --- web/static/assets/robots.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 web/static/assets/robots.txt (limited to 'web/static/assets/robots.txt') diff --git a/web/static/assets/robots.txt b/web/static/assets/robots.txt new file mode 100644 index 0000000..3c9c7c0 --- /dev/null +++ b/web/static/assets/robots.txt @@ -0,0 +1,5 @@ +# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file +# +# To ban all spiders from the entire site uncomment the next two lines: +# User-agent: * +# Disallow: / -- cgit v1.2.1