From 7b08d6adad5abda0c825143737b6e6ea09938b7b Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Thu, 28 Feb 2019 14:59:23 -0800 Subject: [PATCH 1/2] ENH: add robots.txt to exclude examples directory --- robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 00000000000..3903b567759 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /examples/ From 5f23c9dc96338e0807bc2f168d6e8bdfc14607f2 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sat, 2 Mar 2019 12:49:39 -0800 Subject: [PATCH 2/2] Update robots.txt with comment Co-Authored-By: jklymak --- robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robots.txt b/robots.txt index 3903b567759..a10d6a0e2a0 100644 --- a/robots.txt +++ b/robots.txt @@ -1,2 +1,2 @@ User-agent: * -Disallow: /examples/ +Disallow: /examples/ # outdated location. Current examples are in /gallery/.