mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
30 lines
527 B
Text
30 lines
527 B
Text
.gradle
|
|
|
|
# Built application files
|
|
**/build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
**/local.properties
|
|
|
|
# User-specific stuff:
|
|
**/.idea/libraries/
|
|
**/.idea/dictionaries
|
|
**/.idea/**/*.xml
|
|
**/.idea/caches/
|
|
**/*.iml
|
|
|
|
**/.DS_Store
|
|
|
|
# This is the file output from KMEA; it's part of our build process.
|
|
**/keyman-engine.aar
|
|
|
|
# Files generated as part of the build
|
|
app/src/main/assets/packages
|
|
app/src/main/assets/keyboards.csv
|
|
app/src/main/assets/fv_all.kmp
|
|
|
|
# Legacy Eclipse IDE files
|
|
.classpath
|
|
.project
|
|
.cproject
|
|
.settings/
|