We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit e4d22afCopy full SHA for e4d22af
.gitignore
@@ -0,0 +1,36 @@
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
0 commit comments