Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9e7e75033057092b44a5072ebdbf468415e4b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# file

#########################################################################
#                                                                       #
#       Title         - .gitignore file                                 #
#       For           - iOS - Xcode                                    #
#                                                                       #
#########################################################################

## Nextcloud
.DS_Store
.github
*.xcodeproj
!Nextcloud.xcodeproj
README.md
Documentation/
Custom/
GoogleService-Info.plist
DevicePushKey-Info.plist
iOSClient/Brand/Device*

## Xcode private settings
DerivedData/
build/
xcuserdata/
UserInterfaceState.xcuserstate

## Carthage
Carthage/