Commit 1b1c81b17534ffd9329e0180f8bb7822e7fe0ac2

Authored by Yatish Mehta
1 parent 16b6040c

Added .ruby-version & .ruby-gemset in .gitignore

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -9,6 +9,8 @@ coverage/*
9 9 backups/*
10 10 *.swp
11 11 public/uploads/
  12 +.ruby-version
  13 +.ruby-gemset
12 14 .rvmrc
13 15 .rbenv-version
14 16 .directory
... ...