-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: [ATL-1645] add common git ignore rules for swift projects
Signed-off-by: goncalo-frade-iohk <[email protected]>
- Loading branch information
1 parent
565a2b2
commit bbd891d
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |