diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
