美文网首页
IOS 新建项目忽略文件配置

IOS 新建项目忽略文件配置

作者: 丁桥人在外地 | 来源:发表于2022-07-21 11:42 被阅读0次

    .DS_Store
    /build/
    *.pbxuser
    .db
    !default.pbxuser
    *.mode1v3
    !default.mode1v3
    *.mode2v3
    !default.mode2v3
    .perspectivev3
    !default.perspectivev3
    xcuserdata/

    *.xcbkptlist
    *.xcuserstate
    project.xcworkspace
    xcuserdata
    UserInterfaceState.xcuserstate
    project.xcworkspace/
    xcuserdata/
    UserInterface.xcuserstate
    profile
    *.moved-aside
    DerivedData
    .idea/
    .o
    *.hmap
    *.xccheckout
    *.xcworkspace
    *.xcuserstate
    !default.xcworkspace
    *.a
    !lib.a
    build/
    Swift specific
    Pods
    !Podfile
    Podfile.lock

    相关文章

      网友评论

          本文标题:IOS 新建项目忽略文件配置

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