add .ruby-version to gitignore

This commit is contained in:
jomo
2014-05-10 01:27:05 +02:00
parent ca978d9af6
commit 4a52398a97

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
# Ignore bundler config
/.bundle
# Ignore rbenv files
.ruby-version
# Ignore the default SQLite database.
/db/*.sqlite3