summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 0a3e337510a7a6226e6a14d341bc208ba2e97a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/.bundle/
/pkg/
/spec/reports/
/tmp/

# Ignore generated coverage
coverage/*
coverage

# Ignore yard metadata
.yardoc/*
.yardoc
/_yardoc/

# Ignore codeclimate executable and env vars
codeclimate/env.rb
codeclimate/test-reporter-latest-linux-amd64