Skip to content

Commit d48e139

Browse files
committed
New gitignore
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
1 parent cb16ee3 commit d48e139

1 file changed

Lines changed: 42 additions & 7 deletions

File tree

.gitignore

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,44 @@
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

0 commit comments

Comments
 (0)