mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 21:29:23 +00:00
* Address review comments about gitignore path * Allow for `html` parameter for build-help.sh
53 lines
1,017 B
Text
53 lines
1,017 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
|
|
|
|
# Sentry configuration file
|
|
sentry.properties
|
|
|
|
# User-specific stuff:
|
|
**/.idea/libraries/
|
|
**/.idea/dictionaries
|
|
**/.idea/**/*.xml
|
|
**/*.iml
|
|
|
|
# Gradle generated files
|
|
**/.gradle/
|
|
build_file_checksums.ser
|
|
gradle_models.ser
|
|
|
|
# Layout Inspector files
|
|
**/captures/*.li
|
|
|
|
# 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/**/assets/ajax-loader.gif
|
|
KMEA/**/assets/keymanandroid.js
|
|
KMEA/**/assets/keyman.js.map
|
|
KMEA/**/assets/keyman-sentry.js
|
|
KMEA/**/assets/kmwosk.css
|
|
KMEA/**/assets/resources
|
|
|
|
# keymanweb OSK font
|
|
KMEA/**/assets/keymanweb-osk.*
|
|
|
|
# KMAPRo generated offline help
|
|
KMAPro/**/assets/info/
|
|
|
|
# KMAPRo default packages
|
|
KMAPro/**/assets/*.kmp
|
|
|
|
# Eclipse files
|
|
.project
|
|
.settings/
|
|
.classpath
|