mirror of
https://github.com/jakobkordez/call-tester.git
synced 2025-05-31 08:49:05 +00:00
18 lines
316 B
JSON
18 lines
316 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", "clublog", "dxcc", "graphviz", "ituz", "timez"]
|
|
}
|