diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..fe15008 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,6 @@ +exclude_patterns: + - "__tests__/" + - ".github/" + - "**/node_modules/" + - "build/" + - "gulpfile.js"