mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Merge pull request #1963 from evfemist/master
ignore .dSYM along with .ipa files
This commit is contained in:
commit
9f044c43d2
@ -24,6 +24,8 @@ xcuserdata/
|
||||
## Obj-C/Swift specific
|
||||
*.hmap
|
||||
*.ipa
|
||||
*.dSYM.zip
|
||||
*.dSYM
|
||||
|
||||
# CocoaPods
|
||||
#
|
||||
|
@ -24,6 +24,8 @@ xcuserdata/
|
||||
## Obj-C/Swift specific
|
||||
*.hmap
|
||||
*.ipa
|
||||
*.dSYM.zip
|
||||
*.dSYM
|
||||
|
||||
## Playgrounds
|
||||
timeline.xctimeline
|
||||
|
Loading…
Reference in New Issue
Block a user