From 02ecabf51e930e8c3112761632b5d6922ed1391f Mon Sep 17 00:00:00 2001 From: Nikolai Ashanin Date: Thu, 6 Apr 2017 13:59:54 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2c22487..653e319 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,7 @@ playground.xcworkspace # Swift Package Manager # # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. -# Packages/ +Packages/ .build/ # CocoaPods @@ -43,12 +43,12 @@ playground.xcworkspace # you should judge for yourself, the pros and cons are mentioned at: # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # -# Pods/ +Pods/ # Carthage # # Add this line if you want to avoid checking in source code from Carthage dependencies. -# Carthage/Checkouts +Carthage/Checkouts Carthage/Build