2013-12-09 08:18:03 +08:00
|
|
|
#
|
|
|
|
# by trustie team
|
|
|
|
#
|
2013-08-01 10:33:49 +08:00
|
|
|
User-agent: *
|
2014-04-19 10:04:55 +08:00
|
|
|
Disallow: /projects/*
|
|
|
|
Disallow: /users/*
|
|
|
|
Disallow: /course/*
|
|
|
|
Disallow: /contests/*
|
2013-08-01 10:33:49 +08:00
|
|
|
<% @projects.each do |p| -%>
|
|
|
|
Disallow: /projects/<%= p.to_param %>/repository
|
|
|
|
<% end -%>
|