浏览代码

Add Carthage build folder to .gitignore

Andrea Bizzotto 9 年之前
父节点
当前提交
a3bacb23d7
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      .gitignore

+ 5 - 1
.gitignore

@@ -19,4 +19,8 @@ DerivedData
 # Pods - for those of you who use CocoaPods
 Pods
 # emacs
-*~
+*~
+# Swift Package Manager
+.build/
+# Carthage
+Carthage/Build