Update site.url and exclude Gemfile.lock

This commit is contained in:
Michael Rose 2013-10-25 10:13:33 -04:00
parent 01c4eef341
commit 79c9622e83

View file

@ -3,8 +3,8 @@ description: Describe your website here.
logo: site-logo.png
disqus_shortname:
search: true
#Comment out url when working locally to resolve base urls correctly
url: http://your-website.com
#Change url to your domain. Leave localhost server or blank when working locally.
url: http://localhost:4000
# Owner/author information
owner:
@ -66,4 +66,4 @@ kramdown:
coderay_css: class
include: [".htaccess"]
exclude: ["lib", "config.rb", "Gemfile", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]
exclude: ["lib", "config.rb", "Gemfile", "Capfile", "Gemfile.lock", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]