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