Browse Source

update .gitignore (#1760)

make sure,
deltachat-ios.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
is ignored. not sure if that file becomes in use by recent Xcode,
however it is marked as being untracked after migrating to new M1 mac.

(updating that .gitignore from https://www.gitignore.io/api/xcode ,
the source that was used before, fixed it)
bjoern 2 năm trước cách đây
mục cha
commit
94ba163f30
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -29,8 +29,10 @@ xcuserdata/
 *.xcodeproj/*
 !*.xcodeproj/project.pbxproj
 !*.xcodeproj/xcshareddata/
+!*.xcodeproj/project.xcworkspace/
 !*.xcworkspace/contents.xcworkspacedata
 /*.gcno
+**/xcshareddata/WorkspaceSettings.xcsettings
 
 .DS_Store