[WIP] v0.7.0 fixes and changes to cache and remotefetcher

This commit is contained in:
Andrew Woodlee 2025-01-28 15:45:06 -06:00
parent edc669b340
commit 8788d473a5
2 changed files with 22 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
dist/
.codegpt
*.log

21
backy.code-workspace Normal file
View File

@ -0,0 +1,21 @@
{
"folders": [
{
"name": "backy",
"path": "."
}
],
"settings": {
"cSpell.words": [
"Cmds",
"remotefetcher",
"knadh",
"koanf",
"mattn",
"maunium",
"mautrix",
"nikoksr",
"Strs"
]
}
}