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

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

## Environment normalisation:
T
tiredpixel 已提交
19 20
/.bundle/
/lib/bundler/man/
21 22 23 24 25 26 27 28

# 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:
T
tiredpixel 已提交
29
.rvmrc