From 635fca05c83121c63842f96406597a1d33aebcdf Mon Sep 17 00:00:00 2001 From: Philippe Kalitine Date: Wed, 6 Apr 2016 16:20:45 +0200 Subject: [PATCH] chore(.bithoundrc): add dist folder to ignore list --- .bithoundrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.bithoundrc b/.bithoundrc index 864f2d93..1fd554d6 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -1,6 +1,7 @@ { "ignore": [ "karma*.js", - "config.js" + "config.js", + "dist/*" ] -} \ No newline at end of file +}