diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-09-06 22:36:08 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-09-06 22:36:08 -0600 |
commit | 363372434d9a1ff4df6fc93948f99c08e38e2c74 (patch) | |
tree | 4746f11de3152357d34117cbe80e8644f36f4558 | |
parent | a7132e248af758d945f0fe4731c6e3738c34e76c (diff) | |
download | oper.io-363372434d9a1ff4df6fc93948f99c08e38e2c74.tar.gz oper.io-363372434d9a1ff4df6fc93948f99c08e38e2c74.tar.xz |
robots:disallow all under /src
Seems they aren't paying attention...
-rw-r--r-- | robots.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ User-agent: * -Disallow: /src/*/snapshot/* +Disallow: /src/* |