SwiftGit2/.gitignore
PondokiOS (Muhammmad Muizzsuddin) b87b66f11a Change libgit2 to Clibgit2
2019-07-14 11:06:36 +07:00

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