add .sublime-project to gitignore

bug/bundler_fix
Josh 2013-08-15 22:25:29 -05:00
parent 79acc96e9a
commit 7d3c67614d
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
.bundle
# Rubymine project directory
.idea
# Sublime Text project directory (not created by ST by default)
.sublime-project
# Portable ruby version files for rvm
.ruby-gemset
.ruby-version