Skip to content

Commit e00d43a

Browse files
Coeurshiftkey
authored andcommitted
Improving the documentation of Objective-C and Swift files (github#3133)
1 parent a200716 commit e00d43a

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
lines changed

Objective-C.gitignore

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

5-
## Build generated
5+
## User settings
6+
xcuserdata/
7+
8+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9+
*.xcscmblueprint
10+
*.xccheckout
11+
12+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
613
build/
714
DerivedData/
8-
9-
## Various settings
15+
*.moved-aside
1016
*.pbxuser
1117
!default.pbxuser
1218
*.mode1v3
@@ -15,15 +21,11 @@ DerivedData/
1521
!default.mode2v3
1622
*.perspectivev3
1723
!default.perspectivev3
18-
xcuserdata/
19-
20-
## Other
21-
*.moved-aside
22-
*.xccheckout
23-
*.xcscmblueprint
2424

2525
## Obj-C/Swift specific
2626
*.hmap
27+
28+
## App packaging
2729
*.ipa
2830
*.dSYM.zip
2931
*.dSYM
@@ -44,12 +46,12 @@ xcuserdata/
4446
# Add this line if you want to avoid checking in source code from Carthage dependencies.
4547
# Carthage/Checkouts
4648

47-
Carthage/Build
49+
Carthage/Build/
4850

4951
# fastlane
5052
#
51-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
52-
# screenshots whenever they are needed.
53+
# It is recommended to not store the screenshots in the git repo.
54+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
5355
# For more information about the recommended setup visit:
5456
# https://docs.fastlane.tools/best-practices/source-control/#source-control
5557

Swift.gitignore

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

5-
## Build generated
5+
## User settings
6+
xcuserdata/
7+
8+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9+
*.xcscmblueprint
10+
*.xccheckout
11+
12+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
613
build/
714
DerivedData/
8-
9-
## Various settings
15+
*.moved-aside
1016
*.pbxuser
1117
!default.pbxuser
1218
*.mode1v3
@@ -15,15 +21,11 @@ DerivedData/
1521
!default.mode2v3
1622
*.perspectivev3
1723
!default.perspectivev3
18-
xcuserdata/
19-
20-
## Other
21-
*.moved-aside
22-
*.xccheckout
23-
*.xcscmblueprint
2424

2525
## Obj-C/Swift specific
2626
*.hmap
27+
28+
## App packaging
2729
*.ipa
2830
*.dSYM.zip
2931
*.dSYM
@@ -62,16 +64,16 @@ playground.xcworkspace
6264
# Add this line if you want to avoid checking in source code from Carthage dependencies.
6365
# Carthage/Checkouts
6466

65-
Carthage/Build
67+
Carthage/Build/
6668

6769
# Accio dependency management
6870
Dependencies/
6971
.accio/
7072

7173
# fastlane
7274
#
73-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
74-
# screenshots whenever they are needed.
75+
# It is recommended to not store the screenshots in the git repo.
76+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
7577
# For more information about the recommended setup visit:
7678
# https://docs.fastlane.tools/best-practices/source-control/#source-control
7779

0 commit comments

Comments
 (0)