repo init

This commit is contained in:
2024-12-13 16:37:20 -06:00
commit 4d98678275
12 changed files with 305 additions and 0 deletions

13
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"cSpell.words": ["quickvast", "vmem"],
"cSpell.ignorePaths": [
"package-lock.json",
"node_modules",
"vscode-extension",
".git/{info,lfs,logs,refs,objects}/**",
".git/{index,*refs,*HEAD}",
".vscode",
".vscode-insiders",
"/home/linuxbrew/**"
]
}