mirror of
https://github.com/jakobkordez/call-tester.git
synced 2025-05-31 08:49:05 +00:00
28 lines
359 B
JSON
28 lines
359 B
JSON
{
|
|
"vite.autoStart": false,
|
|
"cSpell.ignorePaths": [
|
|
"package-lock.json",
|
|
"build",
|
|
".svelte-kit",
|
|
"node_modules",
|
|
"vscode-extension",
|
|
".git",
|
|
".vscode",
|
|
"src/assets",
|
|
"**/*.dat",
|
|
"**/*.csv",
|
|
"**/*.xml"
|
|
],
|
|
"cSpell.words": [
|
|
"adif",
|
|
"callsign",
|
|
"callsigns",
|
|
"clublog",
|
|
"dxcc",
|
|
"graphviz",
|
|
"ituz",
|
|
"timez",
|
|
"umami"
|
|
]
|
|
}
|