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