summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 24c49c4362363332771e83a38a3239a0385dd705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.autotest
coverage
.DS_Store
pkg
*/tags
*~

# you should check in your Gemfile.lock in applications, and not in gems
Gemfile.lock
Gemfile.local

# Do not check in the .bundle directory, or any of the files inside it. Those files are specific to each particular machine, and are used to persist installation options between runs of the bundle install command.
.bundle

# ignore some common Bundler 'binstubs' directory names
# http://gembundler.com/man/bundle-exec.1.html
b/
binstubs/

# RVM and RBENV ruby version files
.rbenv-version
.rvmrc

# Documentation
_site/*
.yardoc/
doc/