Ruby.gitignore 588 字节
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 13 14 15 16
## Specific to RubyMotion:
.dat*
.repl_history
build/

C
Carl Suster 已提交
17
## Documentation cache and generated files:
T
tiredpixel 已提交
18 19
/.yardoc/
/_yardoc/
C
Carl Suster 已提交
20
/doc/
T
tiredpixel 已提交
21
/rdoc/
22 23

## Environment normalisation:
T
tiredpixel 已提交
24
/.bundle/
P
polamjag 已提交
25
/vendor/bundle
T
tiredpixel 已提交
26
/lib/bundler/man/
27 28 29 30 31 32 33 34

# 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 已提交
35
.rvmrc