Permalink
Newer
100644
57 lines (48 sloc)
1.13 KB
1
# Don't commit imported gems
2
vendor/
3
4
#
5
# Below this line we have the default GitHub ignores for Ruby.
6
#
7
8
*.gem
9
*.rbc
10
/.config
11
/coverage/
12
/InstalledFiles
13
/pkg/
14
/spec/reports/
15
/spec/examples.txt
16
/test/tmp/
17
/test/version_tmp/
18
/tmp/
19
20
# Used by dotenv library to load environment variables.
21
# .env
22
23
## Specific to RubyMotion:
24
.dat*
25
.repl_history
26
build/
27
*.bridgesupport
28
build-iPhoneOS/
29
build-iPhoneSimulator/
30
31
## Specific to RubyMotion (use of CocoaPods):
32
#
33
# We recommend against adding the Pods directory to your .gitignore. However
34
# you should judge for yourself, the pros and cons are mentioned at:
35
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
36
#
37
# vendor/Pods/
38
39
## Documentation cache and generated files:
40
/.yardoc/
41
/_yardoc/
42
/doc/
43
/rdoc/
44
45
## Environment normalization:
46
/.bundle/
47
/vendor/bundle
48
/lib/bundler/man/
49
50
# for a library or gem, you might want to ignore these files since the code is
51
# intended to run in multiple environments; otherwise, check them in:
52
# Gemfile.lock
53
# .ruby-version
54
# .ruby-gemset
55
56
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
57
.rvmrc