Closed AlexWayfer closed 6 years ago
This, as well as some other files in here like .rvmrc, should only be specified in a developer's global git ignore configuration - not in every repo.
I have projects (commercial) with .ruby-version and Gemfile.lock in git.
.ruby-version
Gemfile.lock
.DS_Store and .idea is the platofrom- or environment-specific.
.DS_Store
.idea
.ruby-version is common file, not only for rbenv. And .rvmrc deprecated in favor of .ruby-version and .ruby-gemset.
rbenv
.rvmrc
.ruby-gemset
I have projects (commercial) with
.ruby-version
andGemfile.lock
in git..DS_Store
and.idea
is the platofrom- or environment-specific..ruby-version
is common file, not only forrbenv
. And.rvmrc
deprecated in favor of.ruby-version
and.ruby-gemset
.