Skip to content

Commit

Permalink
Add sample ruby-version file.
Browse files Browse the repository at this point in the history
Also adds some helpful stuff to gitignore.

This is in the spirit of helping beginners, since I think this project
is meant to be very beginner-friendly.
  • Loading branch information
manzoid committed Sep 4, 2013
1 parent 7f6df09 commit 10aee51
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

Vagrantfile
*.rbc
*.sassc
Expand Down Expand Up @@ -25,3 +31,9 @@ linecache19-0.5.13.gem
/bin/
\#*#
\.#*

# ignore ruby version management stuff
.rvmrc
.ruby-version
.ruby-gemset
.rbenv
1 change: 1 addition & 0 deletions .ruby-version.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.9.3-p448

0 comments on commit 10aee51

Please sign in to comment.