This commit is contained in:
2023-07-31 12:09:53 -07:00
parent c06435abf9
commit f62825d9aa
39 changed files with 206 additions and 125 deletions

View File

@ -1,6 +1,95 @@
{
"cSpell.words": [
"Permyriad",
"Phares"
]
"appsettings",
"Argb",
"ASPNETCORE",
"Barrick",
"bcdfghjklmnpqrstvwxyz",
"Bday",
"Beichler",
"Bohdi",
"Cobertura",
"cref",
"CUDA",
"Dlib",
"DSCN",
"Exif",
"Getα",
"Greyscale",
"Hasher",
"jfif",
"JOSN",
"mmod",
"Nicéphore",
"Niépce",
"nosj",
"paramref",
"permille",
"permyriad",
"Phares",
"Phgtv",
"RDHC",
"Rects",
"resnet",
"Serilog",
"Subfile",
"Subfiles",
"Syncthing",
"Unmanaged",
"Upsample",
"Vericruz"
],
"files.watcherExclude": {
"**/node_modules": true
},
"cSpell.enabled": true,
"files.exclude": {
"**/.git": false,
"**/node_modules": true
},
"coverage-gutters.coverageBaseDir": "./.vscode/ReportGenerator/Cobertura/*",
"extensions.ignoreRecommendations": true,
"[markdown]": {
"editor.wordWrap": "off"
},
"foam.files.ignore": [
".foam/**/*",
".stfolder/**/*",
".UserSecrets/**/*",
"**/_layouts/**/*",
"**/_site/**/*",
"**/.vscode/**/*",
"**/node_modules/**/*"
],
"kanbn.showBurndownButton": false,
"kanbn.showSprintButton": false,
"foam.links.hover.enable": false,
"foam.placeholders.exclude": [
".kanbn/Archive/**/*"
],
"foam.orphans.exclude": [
".Applications/**/*",
".DevOps/**/*",
".Fab/**/*",
".journal/**/*"
],
"foam.graph.style": {
"background": "#202020",
"node": {
"topic": "#bc2a3c",
"kanbn": "#ff7b00",
"basic-note": "#773b93",
"daily-note": "#ff9d00",
"note": "#f2cb1d",
"placeholder": "#ff9d00",
"tag": "#0494c1",
"bug": "#bc2a3c",
"epic": "#ff7b00",
"feature": "#773b93",
"issue": "#ff9d00",
"task": "#f2cb1d",
"test-case": "#ff9d00",
"user-story": "#0494c1"
}
}
}