summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-06-10 13:29:47 -0400
committerrealtradam <[email protected]>2021-06-10 13:29:47 -0400
commitf79d08089a49ca0f2aa2318b1a13ccabda2d9aaa (patch)
tree3062d5a9f98d48cac9dcc8f2025507f5f76b7d66 /.gitignore
parent9db98b8955125584debf17d7204715a1149578c5 (diff)
downloadFelECS-f79d08089a49ca0f2aa2318b1a13ccabda2d9aaa.tar.gz
FelECS-f79d08089a49ca0f2aa2318b1a13ccabda2d9aaa.zip
added codeclimate rake task
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
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