Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit b4d282d

Browse files
committed
Remove/ignore Podfile.lock
While the lockfile is important for private apps, it gets in the way for open source libraries. Bundler, for example, encourages gem builders to _not_ check in the Gemfile.lock. We should adopt a similar practice. Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent ead39bd commit b4d282d

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.log
2+
Podfile.lock

Example/Podfile.lock

-25
This file was deleted.

0 commit comments

Comments
 (0)