Commit e54e1b75 authored by Eloy Durán's avatar Eloy Durán

[Objective-C] No longer ignore `xcworkspace` documents.

Workspaces are real documents that can be opened, just like `xcodeproj`
documents. These documents are also generated/used by CocoaPods to
configure a project’s dependencies. For these reasons, there does not
seem a good reason to ignore these any longer.
parent f31b319d
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
!default.mode2v3 !default.mode2v3
*.perspectivev3 *.perspectivev3
!default.perspectivev3 !default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata xcuserdata
profile profile
*.moved-aside *.moved-aside
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment