File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ * .gem
2
+ * .rbc
3
+ /.config
4
+ /coverage /
5
+ /InstalledFiles
6
+ /pkg /
7
+ /spec /reports /
8
+ /spec /examples.txt
9
+ /test /tmp /
10
+ /test /version_tmp /
11
+ /tmp /
12
+
13
+ # # Specific to RubyMotion:
14
+ .dat *
15
+ .repl_history
16
+ build /
17
+
18
+ # # Documentation cache and generated files:
19
+ /.yardoc /
20
+ /_yardoc /
21
+ /doc /
22
+ /rdoc /
23
+
24
+ # # Environment normalization:
25
+ /.bundle /
26
+ /vendor /bundle
27
+ /lib /bundler /man /
28
+
29
+ # for a library or gem, you might want to ignore these files since the code is
30
+ # intended to run in multiple environments; otherwise, check them in:
31
+ # Gemfile.lock
32
+ # .ruby-version
33
+ # .ruby-gemset
34
+
35
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
36
+ .rvmrc
Original file line number Diff line number Diff line change
1
+ # ruby-script
2
+ Contains Ruby scripts for accessing the Rosette API
You can’t perform that action at this time.
0 commit comments