mirror of
https://github.com/openfoodfacts/smooth-app.git
synced 2025-05-17 20:56:11 +08:00
Project Dictionaries for IntelliJ and VSCode (#6114)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -174,7 +174,8 @@ obj/
|
|||||||
/out/
|
/out/
|
||||||
|
|
||||||
# User-specific configurations
|
# User-specific configurations
|
||||||
.idea/
|
.idea/*
|
||||||
|
!.idea/dictionaries
|
||||||
|
|
||||||
# OS-specific files
|
# OS-specific files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
37
.idea/dictionaries/default_user.xml
generated
Normal file
37
.idea/dictionaries/default_user.xml
generated
Normal 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
35
.vscode/settings.json
vendored
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user