1
0
Fork 0
tt9/.gitignore
Dimo Karaivanov 10099f1c37
New dictionary loader (#89)
* new, simpler (and hopefully, more efficient) dictionary loader

* no more dict.properties

* dictionaries are now validated during the build process

* TraditionalT9Settings code cleanup and code style improvements

* removed English, French, Italian, Russian repeating words

* removed invalid and repeating German words
2022-10-27 14:31:57 +03:00

36 lines
No EOL
380 B
Text

# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle/build files
.gradle/
build/
release/
# Local configuration file (sdk path, etc)
local.properties
# Log Files
*.log
#Other
t9build.properties
*.keystore
# IDE project files
*.iws
*.iml
.idea/
proguard/
*.sublime-project
*.sublime-workspace