mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Refactor KMManager.getActiveKeyboard() Move modifierCodes to separate class Clean up .gitignore
28 lines
553 B
Text
28 lines
553 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
|
|
|