Skip to content

Commit 27a4bd7

Browse files
Merge branch 'main' into feature/ATL-1640
2 parents b7b724c + 1d42e95 commit 27a4bd7

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

Diff for: .gitignore

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
#General
2+
.DS_Store
3+
4+
#iOS
5+
.build/
6+
build/
7+
Build/
8+
*.pbxuser
9+
!default.pbxuser
10+
*.mode1v3
11+
!default.mode1v3
12+
*.mode2v3
13+
!default.mode2v3
14+
*.perspectivev3
15+
!default.perspectivev3
16+
!default.xcworkspace
17+
xcuserdata
18+
*.moved-aside
19+
DerivedData
20+
.idea/
21+
Pods/
22+
Podfile.lock
23+
*.pbxuser
24+
*.perspective
25+
*.perspectivev3
26+
*.mode1v3
27+
*.mode2v3
28+
xcuserdata
29+
*.xcworkspace
30+
*.xcodeproj
31+
*.xcodeproj/project.xcworkspace/xcshareddata/
32+
*.xcworkspace/xcshareddata/
33+
*.xcworkspace/xcshareddata/xcschemes
34+
*.orig
35+
/.project
36+
*.gcno
37+
*.gcda
38+
fastlane/build
39+
fastlane/report.xml
40+
fastlane/.env.*
41+
fastlane/README.md
42+
protobuf/*.swift
43+
Sources/PrismSwiftSDK/protobuf
44+
PrismAPISDK
45+
Package.resolved

0 commit comments

Comments
 (0)