git :设置 object-c 的忽略文件
生活随笔
收集整理的這篇文章主要介紹了
git :设置 object-c 的忽略文件
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
使用 git 命令行來進行版本控制的時候, 需要設置忽略文件.
這里能找到所有語言的忽略文件的內(nèi)容:https://github.com/github/gitignore
OBJECT的忽略文件內(nèi)容:
# Xcode # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore## Build generated build/ DerivedData/## Various settings *.pbxuser !default.pbxuser *.mode1v3 !default.mode1v3 *.mode2v3 !default.mode2v3 *.perspectivev3 !default.perspectivev3 xcuserdata/## Other *.moved-aside *.xcuserstate## Obj-C/Swift specific *.hmap *.ipa# CocoaPods # # We recommend against adding the Pods directory to your .gitignore. However # 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/# Carthage # # Add this line if you want to avoid checking in source code from Carthage dependencies. # Carthage/CheckoutsCarthage/Build# 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://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md fastlane/report.xml fastlane/screenshots?
轉載于:https://www.cnblogs.com/KeenLeung/p/5267082.html
總結
以上是生活随笔為你收集整理的git :设置 object-c 的忽略文件的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linker command faile
- 下一篇: 软件测试学习笔记:找代码中的fault,