Skip to content

Commit 64a2aaf

Browse files
committed
Ignore Finder files
1 parent 1191961 commit 64a2aaf

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.gitignore

Lines changed: 9 additions & 4 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,13 +25,12 @@ 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
30-
# .swiftpm
31-
33+
.swiftpm
3234
.build/
3335

3436
# CocoaPods
@@ -60,3 +62,6 @@ fastlane/report.xml
6062
fastlane/Preview.html
6163
fastlane/screenshots/**/*.png
6264
fastlane/test_output
65+
66+
# Java
67+
*.jar

0 commit comments

Comments
 (0)