diff --git a/.gitignore b/.gitignore index fe1f808..d258465 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ +dist/ .codegpt *.log \ No newline at end of file diff --git a/backy.code-workspace b/backy.code-workspace new file mode 100644 index 0000000..8493d32 --- /dev/null +++ b/backy.code-workspace @@ -0,0 +1,21 @@ +{ + "folders": [ + { + "name": "backy", + "path": "." + } + ], + "settings": { + "cSpell.words": [ + "Cmds", + "remotefetcher", + "knadh", + "koanf", + "mattn", + "maunium", + "mautrix", + "nikoksr", + "Strs" + ] + } +} \ No newline at end of file