Skip to content

Commit

Permalink
Update .gitignore file to include Carthage's artifacts (#1581)
Browse files Browse the repository at this point in the history
* Update .gitignore file [Carthage]

* Add Cartfile.resolved file

Quoting from Carthage's README.md on Github:
"Along the way, Carthage will have created some build artifacts. The most important of these is the Cartfile.resolved file, which lists the versions that were actually built for each framework. Make sure to commit your Cartfile.resolved, because anyone else using the project will need that file to build the same framework versions."
  • Loading branch information
hanton authored and nguyenhuy committed Jul 29, 2019
1 parent 0537a94 commit 6608f46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ playground.xcworkspace
/.buckconfig.local
/.buckd

# Carthage
Carthage/Checkouts
Carthage/Build
4 changes: 4 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
git "https://chromium.googlesource.com/webm/libwebp" "v0.6.0"
github "pinterest/PINCache" "3.0.1-beta.7"
github "pinterest/PINOperation" "1.1.2"
github "pinterest/PINRemoteImage" "3.0.0-beta.14"

0 comments on commit 6608f46

Please sign in to comment.