From 40b121091c3f2dc6217276550c7010edc00cdf3e Mon Sep 17 00:00:00 2001 From: kyanro Date: Tue, 12 Sep 2023 21:54:03 +0900 Subject: [PATCH] add project-specific word to dictionary *.kt file. library, name, place, etc... --- .gitignore | 4 ++++ .idea/dictionaries/dictionary.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .idea/dictionaries/dictionary.xml diff --git a/.gitignore b/.gitignore index 616407f75..d4d83206c 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,10 @@ Thumbs.db !/.idea/codeStyles/Project.xml !/.idea/codeStyles/codeStyleConfig.xml !/.idea/icon*.svg +# Suppress typo +!/.idea/dictionaries +/.idea/dictionaries/* +!/.idea/dictionaries/dictionary.xml # Gradle cache .gradle diff --git a/.idea/dictionaries/dictionary.xml b/.idea/dictionaries/dictionary.xml new file mode 100644 index 000000000..db1a22e31 --- /dev/null +++ b/.idea/dictionaries/dictionary.xml @@ -0,0 +1,30 @@ + + + + arturbosch + atomicfu + bellesalle + composables + confsched + deps + desugaring + droidkaigi + favorited + hoge + jensklingenberg + kaigi + konfig + kover + ktorfit + louiscad + placable + roborazzi + shibuya + showkase + signin + snackbar + taka + takahirom + + + \ No newline at end of file