瀏覽代碼

Organize .gitignore and add private path file with credentials

David Cordero 7 年之前
父節點
當前提交
bf1468eb96
共有 1 個文件被更改,包括 21 次插入15 次删除
  1. 21 15
      .gitignore

+ 21 - 15
.gitignore

@@ -1,22 +1,28 @@
-!Makefile
-*.mode*
-*.pbxuser
+# Xcode
 xcuserdata
-.DS_Store
-build
-External
-ImportedSources
-DerivedData
-Pods
+*.xccheckout
+*.pbxuser
+*.mode*
 
-# fastlane
-#
-# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
-# screenshots whenever they are needed.
-# For more information about the recommended setup visit:
-# https://docs.fastlane.tools/best-practices/source-control/#source-control
+# macOS
+.DS_Store
 
+# Fastlane
 fastlane/report.xml
 fastlane/Preview.html
 fastlane/screenshots
 fastlane/test_output
+
+# CocoaPods
+Pods
+
+# Private Constants
+apply 0001-privateConstants.patch
+
+# Others
+!Makefile
+build
+External
+ImportedSources
+DerivedData
+