Skip to content

Commit

Permalink
build: [ATL-1645] add common git ignore rules for swift projects
Browse files Browse the repository at this point in the history
Signed-off-by: goncalo-frade-iohk <[email protected]>
  • Loading branch information
goncalo-frade-iohk committed May 14, 2024
1 parent 565a2b2 commit bbd891d
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
#General
.DS_Store

#iOS
.build/
build/
Build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
!default.xcworkspace
xcuserdata
*.moved-aside
DerivedData
.idea/
Pods/
Podfile.lock
*.pbxuser
*.perspective
*.perspectivev3
*.mode1v3
*.mode2v3
xcuserdata
*.xcworkspace
*.xcodeproj
*.xcodeproj/project.xcworkspace/xcshareddata/
*.xcworkspace/xcshareddata/
*.xcworkspace/xcshareddata/xcschemes
*.orig
/.project
*.gcno
*.gcda
fastlane/build
fastlane/report.xml
fastlane/.env.*
fastlane/README.md
protobuf/*.swift
Sources/PrismSwiftSDK/protobuf
PrismAPISDK
Package.resolved

0 comments on commit bbd891d

Please sign in to comment.