From f6ce6097c6a9c6bff53c0f145939c91b6d9d3633 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 31 Oct 2013 12:28:47 +0200 Subject: [PATCH] Ignore more files in _config.yml. --- _config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 9b4d20b..fa6bc0a 100644 --- a/_config.yml +++ b/_config.yml @@ -63,8 +63,14 @@ rules: tag: sublicense exclude: +- app.coffee - CNAME -- Gemfile* +- CONTRIBUTING.md +- Gemfile +- Gemfile.lock +- LICENSE.md +- licenses.json +- Rakefile +- README.md - script - vendor -- app.coffee