From 5b77f16d57c2a35733ceb046a7785d3a2499fe7b Mon Sep 17 00:00:00 2001
From: Michael Kent <mike@draftx.net>
Date: Mon, 28 Jan 2013 16:39:53 -0600
Subject: [PATCH] Add robot.txt This is needed for security reasons - often
 people looking to exploit applications will search for something in a certain
 version of a web application and find many sites to exploit. This stops that
 from being so easy.

---
 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 00000000000..1f53798bb4f
--- /dev/null
+++ b/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /
-- 
GitLab