diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +/.bundle/ +/pkg/ +/spec/reports/ +/tmp/ + # Ignore generated coverage coverage/* coverage @@ -5,6 +10,7 @@ coverage # Ignore yard metadata .yardoc/* .yardoc +/_yardoc/ # Ignore codeclimate executable and env vars codeclimate/env.rb |
