mirror of https://github.com/explosion/spaCy.git
Also add disallow robots.txt for alpha mode
This commit is contained in:
parent
7a66c9f039
commit
eb66625c69
|
@ -1,5 +1,5 @@
|
||||||
//- 💫 ROBOTS.TXT
|
//- 💫 ROBOTS.TXT
|
||||||
|
|
||||||
if environment != "deploy"
|
if environment != "deploy" || ALPHA
|
||||||
| User-agent: *
|
| User-agent: *
|
||||||
| Disallow: /
|
| Disallow: /
|
||||||
|
|
Loading…
Reference in New Issue