Skip to content

Commit 10aee51

Browse files
committed
Add sample ruby-version file.
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.
1 parent 7f6df09 commit 10aee51

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
#
3+
# If you find yourself ignoring temporary files generated by your text editor
4+
# or operating system, you probably want to add a global ignore instead:
5+
# git config --global core.excludesfile ~/.gitignore_global
6+
17
Vagrantfile
28
*.rbc
39
*.sassc
@@ -25,3 +31,9 @@ linecache19-0.5.13.gem
2531
/bin/
2632
\#*#
2733
\.#*
34+
35+
# ignore ruby version management stuff
36+
.rvmrc
37+
.ruby-version
38+
.ruby-gemset
39+
.rbenv

.ruby-version.sample

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.9.3-p448

0 commit comments

Comments
 (0)