Skip to content

Commit 4f93e44

Browse files
committed
Ignore Finder files
1 parent c103ba5 commit 4f93e44

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

5+
## Finder
6+
*.DS_Store
7+
58
## User settings
69
xcuserdata/
710

@@ -22,8 +25,8 @@ playground.xcworkspace
2225
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
2326
# Packages/
2427
# Package.pins
25-
# Package.resolved
26-
# *.xcodeproj
28+
Package.resolved
29+
*.xcodeproj
2730
#
2831
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
2932
# hence it is not needed unless you have added a package configuration file to your project

0 commit comments

Comments
 (0)