From 07d6915c3a7a0453fd4341755477b28bef9f2793 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 21 Mar 2013 14:09:31 -0500 Subject: [PATCH] Added a default robots.txt file. --- public/robots.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 00000000..4206b878 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1 @@ +User-agent: * Allow: / \ No newline at end of file