From d720b9207f74440c6b53d785c67540ba0ab73b51 Mon Sep 17 00:00:00 2001 From: Rohit Farmer Date: Mon, 3 Jun 2019 11:08:05 -0400 Subject: [PATCH] Config file updated --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index a69f2f0..b16cc3e 100755 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ baseurl: "/docs/" # the subpath of your site, e.g. /blog url: "https://rohitfarmer.github.io" # the base hostname & protocol for your site, e.g. http://example.com permalink: pretty -exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile"] +exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile", "vendor/bundle" ] # Enable or disable the site search search_enabled: true @@ -34,4 +34,4 @@ color_scheme: nil # Google Analytics Tracking (optional) # e.g, UA-1234567-89 -ga_tracking: UA-2709176-10 +#ga_tracking: UA-2709176-10