فهرست منبع

Linux: Add .build/ to gitignore

Julien Chaumond 10 سال پیش
والد
کامیت
7a0eea2458
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      .gitignore

+ 3 - 1
.gitignore

@@ -23,4 +23,6 @@ DerivedData
 # you should judge for yourself, the pros and cons are mentioned at:
 # you should judge for yourself, the pros and cons are mentioned at:
 # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
 # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
 #
 #
-# Pods/
+# Pods/
+
+.build/