Skip to content

Commit b1b54e8

Browse files
committed
Add .ruby-version to .gitignore.
1 parent dfe68cd commit b1b54e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818

1919
# Ignore .DS_store file
2020
.DS_Store
21+
22+
# Ignore local ruby version (for rbenv)
23+
.ruby-version

0 commit comments

Comments
 (0)