Ruby.gitignore 506 字节
Newer Older
1 2 3
*.gem
*.rbc
.config
A
amrnt 已提交
4
coverage
5
InstalledFiles
C
Carl Suster 已提交
6 7 8 9 10
/pkg/
/spec/reports
/test/tmp
/test/version_tmp
/tmp/
11

C
Carl Suster 已提交
12 13 14 15 16
## Documentation cache and generated files:
/.yardoc
/_yardoc
/doc/
/rdoc
17 18

## Environment normalisation:
C
Carl Suster 已提交
19 20
/.bundle
/lib/bundler/man
21 22 23 24 25 26 27 28 29

# 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