Class: Raykit::DefaultContent
- Inherits:
-
Object
- Object
- Raykit::DefaultContent
- Defined in:
- lib/raykit/default_content.rb
Class Method Summary collapse
Class Method Details
.gitignore ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# File 'lib/raykit/default_content.rb', line 3 def self.gitignore "# Ruby\n *.gem\n *.rbc\n /.config\n /coverage/\n /InstalledFiles\n /pkg/\n /spec/reports/\n /spec/examples.txt\n /test/tmp/\n /test/version_tmp/\n /tmp/\n /.yardoc/\n /_yardoc/\n /doc/\n /rdoc/\n /.bundle/\n /vendor/bundle\n /lib/bundler/man/\n .rvmrc\n" end |