diff options
Diffstat (limited to 'android-app/.gitignore')
| -rw-r--r-- | android-app/.gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/android-app/.gitignore b/android-app/.gitignore new file mode 100644 index 0000000..7db1cd2 --- /dev/null +++ b/android-app/.gitignore @@ -0,0 +1,26 @@ +# Gradle build outputs and caches +.gradle/ +.gradle_home/ +build/ +**/build/ + +# Android Studio / IntelliJ +.idea/ +*.iml +*.ipr +*.iws +local.properties + +# Generated files +app/src/main/assets/ + +# Keystore +*.jks +*.keystore + +# Log files +*.log + +# OS +.DS_Store +Thumbs.db |
