mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
64 lines
982 B
Plaintext
64 lines
982 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea/workspace.xml
|
|
/.idea/libraries
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.idea
|
|
/*.iml
|
|
.kotlin
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
out/
|
|
build/
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
|
|
# IDEA/Android Studio project files, because
|
|
# the project can be imported from settings.gradle.kts
|
|
.idea/*
|
|
!.idea/copyright
|
|
# Keep the code styles.
|
|
!/.idea/codeStyles
|
|
/.idea/codeStyles/*
|
|
!/.idea/codeStyles/Project.xml
|
|
!/.idea/codeStyles/codeStyleConfig.xml
|
|
|
|
secrets/
|
|
fastlane/report.xml
|
|
|
|
# Android Studio captures folder
|
|
captures/
|
|
|
|
/app/app-release.apk
|
|
app/app.iml
|
|
app/manifest-merger-release-report.txt
|
|
|
|
version.txt
|
|
firebaseAppDistributionServiceCredentialsFile.json
|
|
playStorePublishServiceCredentialsFile.json
|
|
|
|
# Ruby stuff we don't care about
|
|
.bundle/
|
|
vendor/
|
|
|
|
# iOS / Xcode
|
|
cmp-ios/Pods/
|
|
cmp-ios/iosApp.xcodeproj/xcuserdata/
|
|
cmp-ios/iosApp.xcworkspace/xcuserdata/
|
|
*.xcuserstate
|
|
*.xcuserdatad/
|