File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Carthage
2- #
3- # Add this line if you want to avoid checking in source code from Carthage dependencies.
1+ # file
42
5- Carthage /Checkouts
6- Carthage /Build
7- MacDist /*
3+ # ########################################################################
4+ # #
5+ # Title - .gitignore file #
6+ # For - iOS - Xcode #
7+ # #
8+ # ########################################################################
9+
10+ # # Nextcloud
11+ * .xcodeproj
12+ ! iOCNotes.xcodeproj
13+ Documentation /
14+ Custom /
15+ GoogleService-Info.plist
16+ DevicePushKey-Info.plist
17+
18+ # # Xcode
819.DS_Store
9- * .xcuserstate
20+ * /build /*
21+ * .pbxuser
22+ ! default.pbxuser
23+ * .mode1v3
24+ ! default.mode1v3
25+ * .mode2v3
26+ ! default.mode2v3
27+ * .perspectivev3
28+ ! default.perspectivev3
29+ xcuserdata
30+ profile
31+ * .moved-aside
32+ DerivedData
33+ .idea /
34+ * .hmap
35+ * .xccheckout
36+
37+ # # Package
38+ Carthage /
39+
40+ # ## SwiftPackageManager ###
41+ .swiftpm
42+ Package.resolved
43+
44+ * .generated.swift
You can’t perform that action at this time.
0 commit comments