ソースを参照

ignore .dSYM along with .ipa files

pull/1963/head
Roman Stetsenko 8年前
コミット
ce5d3969e7
2個のファイルの変更4行の追加0行の削除
  1. 2
    0
      Objective-C.gitignore
  2. 2
    0
      Swift.gitignore

+ 2
- 0
Objective-C.gitignore ファイルの表示

@@ -24,6 +24,8 @@ xcuserdata/
## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

# CocoaPods
#

+ 2
- 0
Swift.gitignore ファイルの表示

@@ -24,6 +24,8 @@ xcuserdata/
## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline

読み込み中…
キャンセル
保存