diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-18 09:48:34 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-18 09:48:34 -0500 |
commit | 44a1ce4938b8cd326b9a0d0b1e537ec9a80cd6ce (patch) | |
tree | 52e657199c6b4ab8de93f7f62265ed57e171f7d7 /public/robots.txt | |
parent | 706757072e6dffbad7feaf20bf64d367b228797d (diff) |
Run `rails new`
Diffstat (limited to 'public/robots.txt')
-rw-r--r-- | public/robots.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..1a3a5e4 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,5 @@ +# See http://www.robotstxt.org/wc/norobots.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: / |