Skip to content

Commit be266b8

Browse files
committed
🙈 Add .DS_Store to .gitignore, remove unnecessary ignores
1 parent 4b5805b commit be266b8

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

‎.gitignore

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
.DS_Store
2+
13
# Xcode
2-
#
3-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

55
## User settings
66
xcuserdata/
@@ -25,11 +25,6 @@ DerivedData/
2525
## Obj-C/Swift specific
2626
*.hmap
2727

28-
## App packaging
29-
*.ipa
30-
*.dSYM.zip
31-
*.dSYM
32-
3328
## Playgrounds
3429
timeline.xctimeline
3530
playground.xcworkspace
@@ -46,9 +41,3 @@ Package.resolved
4641
.swiftpm
4742

4843
.build/
49-
# Code Injection
50-
#
51-
# After new code Injection tools there's a generated folder /iOSInjectionProject
52-
# https://github.com/johnno1962/injectionforxcode
53-
54-
iOSInjectionProject/

0 commit comments

Comments
 (0)