83 lines
1.1 KiB
Plaintext
83 lines
1.1 KiB
Plaintext
# Gradle files
|
|
.gradle/
|
|
build/
|
|
release/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Log/OS Files
|
|
*.log
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Thumbs.db
|
|
|
|
# Android Studio generated files and folders
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
*.aab
|
|
*.apk
|
|
output-metadata.json
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
.idea/
|
|
misc.xml
|
|
deploymentTargetDropDown.xml
|
|
render.experimental.xml
|
|
|
|
# Keystore files
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
|
google-services.json
|
|
|
|
# Android Profiling
|
|
*.hprof
|
|
|
|
# iOS/Xcode
|
|
ios/build/
|
|
ios/DerivedData/
|
|
ios/*.xcuserstate
|
|
ios/**/xcuserdata/
|
|
ios/**/*.xcuserstate
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# CocoaPods
|
|
ios/Pods/
|
|
ios/Podfile.lock
|
|
|
|
# Swift Package Manager
|
|
ios/.swiftpm/
|
|
ios/Package.resolved
|
|
.build/
|
|
|
|
# fastlane
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots/**/*.png
|
|
fastlane/test_output
|
|
|
|
# Code Injection
|
|
iOSInjectionProject/
|