Files
speechToKeyboard/app/.gitignore
mmanningau 9f6d67a567 Added the debug.keystore to the repo so that I can move between devices and build the app without getting installation errors on the phone.
Also updated the testModelActivity to a more robust USB connection permissions testing and connection testing....
2026-01-30 16:40:42 +11:00

53 lines
673 B
Plaintext

# Built application files
*.apk
*.ap_
*.aab
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file (contains personal SDK path)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation Editor temp files
.navigation/
# Captures
captures/
# IntelliJ / Android Studio project files
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
# Keystore files (NEVER commit these!)
*.jks
# *.keystore
*.pem
# OS-specific files
.DS_Store
Thumbs.db