nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

commit e1a6dc4dcee50730fb73d51cb6eaed26fdcc10c3
parent 66a7efb6e2d92d05ee833b7cf3d11b95d3907578
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat,  9 Apr 2016 17:32:16 +0200

refactor(codeclimate) execlude more files

Diffstat:
M.codeclimate.yml | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/.codeclimate.yml b/.codeclimate.yml @@ -27,3 +27,16 @@ ratings: exclude_paths: - config/ - test/ +- "web/theme/js/bootstrap-tour.js" +- "web/theme/js/bootstrap-tour.min.js" +- "web/theme/js/bootstrap.js" +- "web/theme/js/bootstrap.min.js" +- "web/theme/js/pnotify.custom.min.js" +- "web/theme/fonts/*" +- "web/theme/css/bootstrap-theme.css" +- "web/theme/css/bootstrap-theme.min.css" +- "web/theme/css/bootstrap-tour.css" +- "web/theme/css/bootstrap-tour.min.css" +- "web/theme/css/bootstrap.css" +- "web/theme/css/bootstrap.min.css" +- "web/theme/css/pnotify.custom.min.css"