-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
42 lines (35 loc) · 1.02 KB
/
.gitignore
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
32
33
34
35
36
37
38
39
40
41
42
#
# Software Name: Orange Design System
# SPDX-FileCopyrightText: Copyright (c) Orange SA
# SPDX-License-Identifier: MIT
#
# This software is distributed under the MIT license,
# the text of which is available at https://opensource.org/license/MIT/
# or see the "LICENSE" file for more details.
#
# Authors: See CONTRIBUTORS.txt
# Software description: A SwiftUI components library with code examples for Orange Design System
#
# Classic
*~
.DS_Store
**/.DS_Store
# Produced by Brew
/Brewfile.lock.json
# Produced by CocoaPods
OrangeDesignSystemDemo/Pods/
# Produced by Xcode
OrangeDesignSystemDemo/OrangeDesignSystemDemo.xcodeproj/xcuserdata/
OrangeDesignSystemDemo/OrangeDesignSystemDemo.xcworkspace/xcuserdata/
OrangeDesignSystemDemo/DerivedData/
# Produced by Swift Package Manager
.swiftpm/xcode/xcuserdata/
.swiftpm/xcode/package.xcworkspace/
# Produced by Fastlane
**/fastlane/*.env
**/fastlane/report.xml
**/fastlane/Preview.html
**/fastlane/screenshots/**/*.png
**/fastlane/test_output
# Produced by .gitlab-ci.yml
/.cache/