mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-06 01:15:30 -06:00
62 lines
1.0 KiB
JSON
62 lines
1.0 KiB
JSON
{
|
|
"cSpell.words": [
|
|
"apscheduler",
|
|
"Avenir",
|
|
"backref",
|
|
"bpython",
|
|
"Callsite",
|
|
"clsx",
|
|
"excepthook",
|
|
"httpx",
|
|
"humanfs",
|
|
"humanwhocodes",
|
|
"inmemory",
|
|
"jridgewell",
|
|
"linkpulse",
|
|
"migratehistory",
|
|
"Nixpacks",
|
|
"nkzw",
|
|
"nocheck",
|
|
"ORJSON",
|
|
"pacakges",
|
|
"pext",
|
|
"postcss",
|
|
"pwdlib",
|
|
"pyproject",
|
|
"pytest",
|
|
"pytz",
|
|
"riscv",
|
|
"rollup",
|
|
"rtype",
|
|
"shadcn",
|
|
"starlette",
|
|
"structlog",
|
|
"sugarss",
|
|
"tailwindcss",
|
|
"tanstack",
|
|
"timestamper",
|
|
"tseslint",
|
|
"vitest",
|
|
"xdist"
|
|
],
|
|
"python.analysis.extraPaths": ["./backend/"],
|
|
"editor.formatOnSave": true,
|
|
"[github-actions-workflow]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"python.analysis.diagnosticMode": "workspace",
|
|
"cSpell.ignorePaths": [
|
|
"package-lock.json",
|
|
"node_modules",
|
|
"vscode-extension",
|
|
".git/objects",
|
|
".vscode",
|
|
".vscode-insiders",
|
|
"settings.json",
|
|
"*.lock",
|
|
"*lock.*",
|
|
"package.json",
|
|
"routeTree.gen.ts"
|
|
]
|
|
}
|