美文网首页
.gitignore中常用忽略文件

.gitignore中常用忽略文件

作者: sajiner | 来源:发表于2017-07-17 08:10 被阅读38次

    .gitignore 中粘贴以下代码

    echo -e "# Xcode
    #
    build/
    *.pbxuser
    *.mode1v3
    *.mode2v3
    *.perspectivev3
    xcuserdata
    *.xccheckout
    *.moved-aside
    DerivedData
    *.hmap
    *.ipa
    *.xcuserstate
    # CocoaPods
    #
    # We recommend against adding the Pods directory to your .gitignore. However
    # 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
    #
    # Pods/" > .gitignore
    

    相关文章

      网友评论

          本文标题:.gitignore中常用忽略文件

          本文链接:https://www.haomeiwen.com/subject/plqfkxtx.html