From f79d08089a49ca0f2aa2318b1a13ccabda2d9aaa Mon Sep 17 00:00:00 2001 From: realtradam Date: Thu, 10 Jun 2021 13:29:47 -0400 Subject: added codeclimate rake task --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 19d334e..53b3214 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ +# Ignore generated coverage coverage/* coverage + +# Ignore yard metadata +.yardoc/* +.yardoc + +# Ignore codeclimate executable and env vars +codeclimate/env.rb +codeclimate/test-reporter-latest-linux-amd64 -- cgit v1.2.3