소스 검색
Prevent the `3.2` branch from being indexed by search engines
See #3002 for rationale.
Hugo Locurcio
5 년 전
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
1
0
robots.txt
|
@@ -1,4 +1,5 @@
|
|
|
user-agent: *
|
|
|
+disallow: /*/3.2
|
|
|
disallow: /*/3.1
|
|
|
disallow: /*/3.0
|
|
|
disallow: /*/2.0
|