We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c103ba5 commit 4f93e44Copy full SHA for 4f93e44
.gitignore
@@ -2,6 +2,9 @@
2
#
3
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
5
+## Finder
6
+*.DS_Store
7
+
8
## User settings
9
xcuserdata/
10
@@ -22,8 +25,8 @@ playground.xcworkspace
22
25
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
23
26
# Packages/
24
27
# Package.pins
-# Package.resolved
-# *.xcodeproj
28
+Package.resolved
29
+*.xcodeproj
30
31
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
32
# hence it is not needed unless you have added a package configuration file to your project
0 commit comments