Ruby.gitignore 466 字节
Newer Older
1 2 3
*.gem
*.rbc
.config
A
amrnt 已提交
4
coverage
5
InstalledFiles
A
amrnt 已提交
6
pkg
7 8
rdoc
spec/reports
A
amrnt 已提交
9 10 11
test/tmp
test/version_tmp
tmp
12 13 14 15 16

# YARD artifacts
.yardoc
_yardoc
doc/
17 18 19 20 21 22 23 24 25 26 27 28 29

## Environment normalisation:
.bundle
lib/bundler/man

# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# Gemfile.lock
# .ruby-version
# .ruby-gemset

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc