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

C
Carl Suster 已提交
13 14 15 16 17
## Specific to RubyMotion:
.dat*
.repl_history
build/

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

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

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