2022-06-27 16:41:03 +02:00
|
|
|
{
|
|
|
|
"cSpell.words": [
|
|
|
|
"browserslist",
|
|
|
|
"camelcase",
|
2022-07-25 10:13:47 +02:00
|
|
|
"deepmerge",
|
2022-06-27 16:41:03 +02:00
|
|
|
"flexbugs",
|
|
|
|
"Immer",
|
2022-07-26 11:15:36 +02:00
|
|
|
"Keycloak",
|
2022-07-08 15:05:05 +02:00
|
|
|
"languagedetector",
|
|
|
|
"luxon",
|
2022-07-26 11:15:36 +02:00
|
|
|
"oidc",
|
2022-06-27 16:41:03 +02:00
|
|
|
"pmmmwh",
|
2022-07-25 10:13:47 +02:00
|
|
|
"preinstall",
|
2022-06-27 16:41:03 +02:00
|
|
|
"reduxjs",
|
|
|
|
"SVGR",
|
|
|
|
"tailwindcss",
|
2022-07-26 11:15:36 +02:00
|
|
|
"tendersguru",
|
2022-06-27 18:04:55 +02:00
|
|
|
"testid",
|
2022-06-27 16:41:03 +02:00
|
|
|
"typeahead",
|
|
|
|
"uncompiled"
|
|
|
|
],
|
2022-07-08 15:05:05 +02:00
|
|
|
"cSpell.ignorePaths": [
|
|
|
|
"package-lock.json",
|
|
|
|
"node_modules",
|
|
|
|
"vscode-extension",
|
|
|
|
".git/objects",
|
|
|
|
".vscode",
|
|
|
|
".vscode-insiders",
|
|
|
|
"public/i18n/*",
|
|
|
|
"!public/i18n/en.json"
|
|
|
|
],
|
2022-06-27 16:41:03 +02:00
|
|
|
"files.exclude": {
|
|
|
|
"**/.git": true,
|
|
|
|
"coverage": true,
|
|
|
|
"node_modules": true
|
|
|
|
}
|
|
|
|
}
|