From 4d0c23e74275eeaa1f49b3a1f53cf68d38e385f5 Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Mon, 27 Apr 2015 10:28:22 -0400 Subject: [PATCH] remove code-climate hooks --- .gitignore | 3 ++- .jshintignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e84bbfbc..419c501c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules coverage .idea -*.log \ No newline at end of file +*.log +reports \ No newline at end of file diff --git a/.jshintignore b/.jshintignore index ba2a97b5..ab14aab9 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,2 +1,3 @@ node_modules coverage +reports