First, adding a `.gitignore` with at least the following:
.*.swp *.swp
Second, committing the generated `gem` artifacts is not a good practice. Either publish[0] it or let those who use it build and distribute it themselves.
0 - https://guides.rubygems.org/publishing/
First, adding a `.gitignore` with at least the following:
Would help.Second, committing the generated `gem` artifacts is not a good practice. Either publish[0] it or let those who use it build and distribute it themselves.
0 - https://guides.rubygems.org/publishing/