~xdavidwu/xdavidwu.link

9f425fa9202f43b04f886b7d6a2c060cff3b251a — Michael Rose 9 years ago 78aaa8c + 61b337e
Merge pull request #58 from yihangho/exclude-files

Exclude Gemfile, Gemfile.lock, LICENSE and README.
1 files changed, 1 insertions(+), 1 deletions(-)

M _config.yml
M _config.yml => _config.yml +1 -1
@@ 69,4 69,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", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]