博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
swfit项目 gitignore语法忽略文件,多级上级文件夹
阅读量:3940 次
发布时间:2019-05-23

本文共 2129 字,大约阅读时间需要 7 分钟。

git语法

# Xcode## gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore## User settingsxcuserdata/## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)*.xcscmblueprint*.xccheckout## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)build/DerivedData/*.moved-aside*.pbxuser!default.pbxuser*.mode1v3!default.mode1v3*.mode2v3!default.mode2v3*.perspectivev3!default.perspectivev3## Obj-C/Swift specific*.hmap## App packaging*.ipa*.dSYM.zip*.dSYM## Playgroundstimeline.xctimelineplayground.xcworkspace# Swift Package Manager## Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.# Packages/# Package.pins# Package.resolved# *.xcodeproj## Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata# hence it is not needed unless you have added a package configuration file to your project# .swiftpm.build/# 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/## Add this line if you want to avoid checking in source code from the Xcode workspace# *.xcworkspace# Carthage## Add this line if you want to avoid checking in source code from Carthage dependencies.# Carthage/CheckoutsCarthage/Build/# Accio dependency managementDependencies/.accio/# 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-controlfastlane/report.xmlfastlane/Preview.htmlfastlane/screenshots/**/*.pngfastlane/test_output# Code Injection## After new code Injection tools there's a generated folder /iOSInjectionProject# https://github.com/johnno1962/injectionforxcodeiOSInjectionProject/

多级目录下面忽略

**/bin/Debug/

前面的两个*号代表任意多层上级文件夹

转载地址:http://hcywi.baihongyu.com/

你可能感兴趣的文章
练手:Linq的循环
查看>>
c# 用委託 + 策略 解決 switch case 過多的問題
查看>>
BinaryFormatter 類別
查看>>
构造函数
查看>>
SQL Server 使用 FileStream存储图片文件等BLOB资料
查看>>
vs中 WebAPI 以Console application和WinForm作为宿主的部署
查看>>
Javascript常用日期获取方法
查看>>
SQL Server 将字符串按指定字符分隔后存储到table
查看>>
SQL Server的數據類型
查看>>
允許文本框輸入數字,退格鍵,小數點,負號
查看>>
利用线程解决页面打开加载数据延迟的问题
查看>>
c# 读写excel文件
查看>>
c#利用反射按名稱找到類的方法并執行
查看>>
EF添加DataModel時在config中隱藏connectiongstring敏感字符的方法
查看>>
在web page中按enter鍵焦點轉到下一個tabindex的控件
查看>>
EF 對于多條件的查詢
查看>>
VS.NET MVC(一)
查看>>
c# DataGridView datasource綁定datatable 與dataview的區別
查看>>
jQuery 教程
查看>>
.Net ExpandoObjecct類
查看>>