Skip to content

Commit

Permalink
Merge pull request mmistakes#39 from jimjh/patch-1
Browse files Browse the repository at this point in the history
exclude Gemfile from _site
  • Loading branch information
mmistakes committed Oct 25, 2013
2 parents ae02778 + 13acbcc commit 01c4eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ kramdown:
coderay_css: class

include: [".htaccess"]
exclude: ["lib", "config.rb", "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", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]

0 comments on commit 01c4eef

Please sign in to comment.