mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2025-12-13 17:16:26 +02:00
9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
@page
|
|
@{
|
|
Layout = null;
|
|
this.Response.ContentType = "text/plain";
|
|
}
|
|
# /robots.txt file for http://www.hanselman.com/
|
|
User-agent: *
|
|
<environment include="Development,Staging">Disallow: /</environment>
|
|
<environment include="Production">Disallow: /* </environment> |