commit: a628178df0082305890a0a995a814a0e40c08e76 Author: Alex Legler <alex <AT> a3li <DOT> li> AuthorDate: Wed Feb 25 11:02:08 2015 +0000 Commit: Alex Legler <a3li <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 11:02:08 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=a628178d
Add robots.txt --- public/robots.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..b7a4d82 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /report/ +Disallow: /*/report/ \ No newline at end of file
