-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
56 lines (47 loc) · 1.4 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Xcode
#
.DS_Store
**/.env
## User settings
**/xcuserdata/
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
Packages/
Package.pins
Package.resolved
#
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
# hence it is not needed unless you have added a package configuration file to your project
# .swiftpm
.build/
.coverage/
# fastlane
#
# It is recommended to not store the screenshots in the git repo.
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
# playground
!*.playground/Contents.swift
!*.playground/contents.xcplayground
!*.playground/playground.xcworkspace/contents.xcworkspacedata
*.playground/**
!*.playground/Sources/.gitkeep
# Demo
Stytch/*file.lock*
!Stytch/Stytch.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Stytch/DemoApps/StytchDemo/Shared/StytchConfiguration.plist
Stytch/DemoApps/StytchDemo/iOS/iOS.entitlements
Stytch/DemoApps/StytchDemo/macOS/macOS.entitlements
# Dependencies
.mint/
.bundle/
vendor/