Skip to content

Commit

Permalink
Git ignore Gemfile.lock
Browse files Browse the repository at this point in the history
Why?
----
* Gemfile.lock does not need to be included in gem development.

How?
----
* Remove from git index cache
* Add to `.gitignore`
  • Loading branch information
davidmiller11 committed Dec 9, 2016
1 parent 6b687ab commit 34e4dd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 243 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.bundle/
Gemfile.lock
log/*.log
pkg/
*.gem
Expand Down
243 changes: 0 additions & 243 deletions Gemfile.lock

This file was deleted.

0 comments on commit 34e4dd1

Please sign in to comment.