Should the .gitignore template for new gems include Gemfile.lock? #8317
|
I just read https://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/, which recommends not checking in Gemfile.lock into version control when developing a gem. Now I wonder - why does the default .gitignore template for new gems not list Gemfile.lock? Should it? |
Answered by
deivid-rodriguez
Dec 11, 2024
Replies: 1 comment 2 replies
|
See #3372 (comment). Indeed we initially followed that recommendation but that eventually changed. |
2 replies
Answer selected by
alexandergitter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #3372 (comment). Indeed we initially followed that recommendation but that eventually changed.