forked from bcgov/mobile-authentication-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (43 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
43
44
45
46
47
48
49
50
# Exclude OS X folder attributes
.DS_Store
# Exclude user-specific XCode files
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.moved-aside
*.xcuserstate
# Exclude user-specific XCode files- with some IDE configuration tmp binaries could be configure to working directory.
build/
build/*
DerivedData/
Build/*
Build/
# Exclude merge artifacts
*.orig
# Obj-C/Swift binaries
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
# Playgrounds
# To demo some API features, playground are a useful feature.
# We exclude IDE specific files that saves user specific data.
timeline.xctimeline
playground.xcworkspace
# CocoaPods
# We check in xcodeproj but exclude CocoaPods generated xcworkspace
# We have chosen not to checked-in Pods.
# Podfile.lock is not checked-in as we make sure all dependencies (and transitive ones) are fixed in podspec.
Pods/
*.xcworkspace
Podfile.lock
# Exclude generated directory as part of FeedHenry release process script
dist/
Releases-*/*
FH-*/