Skip to content

Commit fe776a8

Browse files
committed
Update gitignore
1 parent 9de1288 commit fe776a8

File tree

2 files changed

+42
-17
lines changed

2 files changed

+42
-17
lines changed

.gitignore

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Secret Keys
22
Secrets.xcconfig
33

4+
# Created by https://www.toptal.com/developers/gitignore/api/swift,xcode,macos
5+
# Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode,macos
6+
7+
### macOS ###
8+
# General
9+
.DS_Store
10+
.AppleDouble
11+
.LSOverride
12+
13+
# Icon must end with two \r
14+
Icon
15+
16+
17+
# Thumbnails
18+
._*
19+
420
# Files that might appear in the root of a volume
521
.DocumentRevisions-V100
622
.fseventsd
@@ -10,11 +26,18 @@ Secrets.xcconfig
1026
.VolumeIcon.icns
1127
.com.apple.timemachine.donotpresent
1228

13-
# General
14-
.DS_Store
15-
.AppleDouble
16-
.LSOverride
29+
# Directories potentially created on remote AFP share
30+
.AppleDB
31+
.AppleDesktop
32+
Network Trash Folder
33+
Temporary Items
34+
.apdisk
1735

36+
### macOS Patch ###
37+
# iCloud generated files
38+
*.icloud
39+
40+
### Swift ###
1841
# Xcode
1942
#
2043
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
@@ -52,32 +75,26 @@ timeline.xctimeline
5275
playground.xcworkspace
5376

5477
# Swift Package Manager
55-
#
5678
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
5779
# Packages/
5880
# Package.pins
5981
# Package.resolved
6082
# *.xcodeproj
61-
#
6283
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
6384
# hence it is not needed unless you have added a package configuration file to your project
6485
# .swiftpm
6586

6687
.build/
6788

6889
# CocoaPods
69-
#
7090
# We recommend against adding the Pods directory to your .gitignore. However
7191
# you should judge for yourself, the pros and cons are mentioned at:
7292
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
73-
#
7493
# Pods/
75-
#
7694
# Add this line if you want to avoid checking in source code from the Xcode workspace
7795
# *.xcworkspace
7896

7997
# Carthage
80-
#
8198
# Add this line if you want to avoid checking in source code from Carthage dependencies.
8299
# Carthage/Checkouts
83100

@@ -88,7 +105,6 @@ Dependencies/
88105
.accio/
89106

90107
# fastlane
91-
#
92108
# It is recommended to not store the screenshots in the git repo.
93109
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
94110
# For more information about the recommended setup visit:
@@ -100,8 +116,22 @@ fastlane/screenshots/**/*.png
100116
fastlane/test_output
101117

102118
# Code Injection
103-
#
104119
# After new code Injection tools there's a generated folder /iOSInjectionProject
105120
# https://github.com/johnno1962/injectionforxcode
106121

107122
iOSInjectionProject/
123+
124+
### Xcode ###
125+
126+
## Xcode 8 and earlier
127+
128+
### Xcode Patch ###
129+
*.xcodeproj/*
130+
!*.xcodeproj/project.pbxproj
131+
!*.xcodeproj/xcshareddata/
132+
!*.xcodeproj/project.xcworkspace/
133+
!*.xcworkspace/contents.xcworkspacedata
134+
/*.gcno
135+
**/xcshareddata/WorkspaceSettings.xcsettings
136+
137+
# End of https://www.toptal.com/developers/gitignore/api/swift,xcode,macos

ForPDA.xcodeproj/xcuserdata/subvert.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@
103103
<key>orderHint</key>
104104
<integer>1</integer>
105105
</dict>
106-
<key>ShareForPDA.xcscheme_^#shared#^_</key>
107-
<dict>
108-
<key>orderHint</key>
109-
<integer>1</integer>
110-
</dict>
111106
<key>SnapKitPlayground (Playground) 1.xcscheme</key>
112107
<dict>
113108
<key>isShown</key>

0 commit comments

Comments
 (0)