mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 11:25:34 +00:00
Using Crashlytics for crash reporting. Trying Firebase and Crashlytics.Answers for logging events (like km_add_keyboard) for analytics Firebase events don't persist between app launches
29 lines
554 B
Text
29 lines
554 B
Text
# Covers JetBrains IDE: Android Studio
|
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
|
|
# Built application files
|
|
**/build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
**/local.properties
|
|
|
|
# User-specific stuff:
|
|
**/.idea/libraries/
|
|
**/.idea/dictionaries
|
|
**/.idea/**/*.xml
|
|
**/*.iml
|
|
|
|
# Gradle generated files
|
|
**/.gradle/
|
|
|
|
# OS-specific files
|
|
**/.DS_Store
|
|
|
|
# This is the file output from KMEA; it's part of our build process.
|
|
**/keyman-engine.aar
|
|
|
|
# keymanweb dependencies
|
|
KMEA/app/src/main/assets/
|
|
KMAPro/assets/keyman.js
|
|
|
|
|