panthomakos / timezone

Accurate current and historical timezones for Ruby with support for Geonames and Google latitude - longitude lookups.
http://rubygems.org/gems/timezone
MIT License
354 stars 49 forks source link

Add `.ruby-version` file to `.gitignore` #86

Closed AlexWayfer closed 6 years ago

AlexWayfer commented 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.

.DS_Store and .idea is the platofrom- or environment-specific.

.ruby-version is common file, not only for rbenv. And .rvmrc deprecated in favor of .ruby-version and .ruby-gemset.