Ruby.gitignore 1.0 KB
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

13
# Used by dotenv library to load environment variables.
14
# .env
15

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

24 25 26 27 28 29 30 31
## 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 已提交
32
## Documentation cache and generated files:
T
tiredpixel 已提交
33 34
/.yardoc/
/_yardoc/
C
Carl Suster 已提交
35
/doc/
T
tiredpixel 已提交
36
/rdoc/
37

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

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