mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
46 lines
670 B
Plaintext
46 lines
670 B
Plaintext
.vscode/
|
|
.build/
|
|
|
|
# Xcode
|
|
#
|
|
build/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
*.idea*
|
|
|
|
External/libgit2*.a
|
|
External/ios-openssl
|
|
External/libgit2-ios
|
|
External/libssh2-ios
|
|
|
|
### fastlane ###
|
|
# fastlane - A streamlined workflow tool for Cocoa deployment
|
|
|
|
# fastlane specific
|
|
fastlane/report.xml
|
|
|
|
# deliver temporary files
|
|
fastlane/Preview.html
|
|
|
|
# snapshot generated screenshots
|
|
fastlane/screenshots/**/*.png
|
|
fastlane/screenshots/screenshots.html
|
|
|
|
# scan temporary files
|
|
fastlane/test_output
|
|
test_output
|