Ruby.gitignore 991 字节
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/
E
Eli Clemente Gordillo Foster 已提交
12
.env
13

C
Carl Suster 已提交
14 15 16 17
## Specific to RubyMotion:
.dat*
.repl_history
build/
18 19 20
*.bridgesupport
build-iPhoneOS/
build-iPhoneSimulator/
C
Carl Suster 已提交
21

22 23 24 25 26 27 28 29
## Specific to RubyMotion (use of CocoaPods):
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# vendor/Pods/

C
Carl Suster 已提交
30
## Documentation cache and generated files:
T
tiredpixel 已提交
31 32
/.yardoc/
/_yardoc/
C
Carl Suster 已提交
33
/doc/
T
tiredpixel 已提交
34
/rdoc/
35

J
Justas Brazauskas 已提交
36
## Environment normalization:
T
tiredpixel 已提交
37
/.bundle/
P
polamjag 已提交
38
/vendor/bundle
T
tiredpixel 已提交
39
/lib/bundler/man/
40 41 42 43 44 45 46 47

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