1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
*.gem
*.rbc
.ruby-version
/.config
/coverage/assets
/coverage/index.html
/coverage/*.json
/coverage/*.json.lock
/InstalledFiles
/pkg/
/spec/reports/
/spec/examples.txt
/test/tmp/
/test/version_tmp/
/tmp/
/test/log/*
/test/sandbox/tmp/*
/test/sandbox/log/*
/test/tmp/*
/.yardoc
/_yardoc/
## Specific to RubyMotion:
.dat*
.repl_history
build/
*.bridgesupport
build-iPhoneOS/
build-iPhoneSimulator/
## Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/
## Environment normalization:
/.bundle/
/vendor/bundle
/lib/bundler/man/
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
# Sample bug replication repo
/replicate-bug
# Appraisal
/gemfiles/*.gemfile.lock
/gemfiles/.bundle/
|