From 7064d1389107d1033ff5a8c4a5a019431bdca011 Mon Sep 17 00:00:00 2001 From: "Thomas J. Webb" Date: Thu, 24 Apr 2025 14:56:18 -0700 Subject: [PATCH] Preventing crawling of cvs --- .gitignore | 1 + robots.txt | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 robots.txt diff --git a/.gitignore b/.gitignore index a3e52f9..61009ad 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ _site/ # Ignore folders generated by Bundler .bundle/ vendor/ +.DS_Store \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..8e12fd6 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: /cv/ +Disallow: /resume/ +Disallow: /resume_print/ \ No newline at end of file