Project Dictionaries for IntelliJ and VSCode (#6114)

This commit is contained in:
Edouard Marquez
2025-01-04 09:10:36 +01:00
committed by GitHub
parent 35803709a4
commit e66a5d49b3
3 changed files with 74 additions and 1 deletions

3
.gitignore vendored
View File

@ -174,7 +174,8 @@ obj/
/out/
# User-specific configurations
.idea/
.idea/*
!.idea/dictionaries
# OS-specific files
.DS_Store

37
.idea/dictionaries/default_user.xml generated Normal file
View File

@ -0,0 +1,37 @@
<component name="ProjectDictionaryState">
<dictionary name="default.user">
<words>
<w>artboard</w>
<w>cortado</w>
<w>ecoscore</w>
<w>entrypoints</w>
<w>fdroid</w>
<w>fimber</w>
<w>folksonomy</w>
<w>hideable</w>
<w>lerp</w>
<w>macchiato</w>
<w>nutri</w>
<w>nutriscore</w>
<w>openbeautyfacts</w>
<w>openfoodfacts</w>
<w>openpetfoodfacts</w>
<w>openproductsfacts</w>
<w>opff</w>
<w>packagings</w>
<w>reorderable</w>
<w>ristreto</w>
<w>robotoff</w>
<w>rrect</w>
<w>snackbar</w>
<w>sqflite</w>
<w>swipeable</w>
<w>tabbar</w>
<w>tadam</w>
<w>textfield</w>
<w>topbar</w>
<w>unfocus</w>
<w>webview</w>
</words>
</dictionary>
</component>

35
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,35 @@
{
"cSpell.words": [
"artboard",
"cortado",
"ecoscore",
"entrypoints",
"fdroid",
"fimber",
"folksonomy",
"hideable",
"lerp",
"macchiato",
"nutri",
"nutriscore",
"openbeautyfacts",
"openfoodfacts",
"openpetfoodfacts",
"openproductsfacts",
"opff",
"packagings",
"reorderable",
"ristreto",
"robotoff",
"rrect",
"snackbar",
"sqflite",
"swipeable",
"tabbar",
"tadam",
"textfield",
"topbar",
"unfocus",
"webview"
]
}