From 0608f9f9fcd782c74335c557ee08d6f1106c75e2 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Fri, 18 Oct 2024 14:44:07 +0700 Subject: [PATCH] chore(config): update workspace configuration Signed-off-by: Patrick Kollitsch --- .gitignore | 2 ++ gohugo-theme-ananke.code-workspace | 11 ----------- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 gohugo-theme-ananke.code-workspace diff --git a/.gitignore b/.gitignore index cf95add..603dac4 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ resources/_gen/ # Build .wireit +.favorites.json +*.code-workspace diff --git a/gohugo-theme-ananke.code-workspace b/gohugo-theme-ananke.code-workspace deleted file mode 100644 index f84cdb9..0000000 --- a/gohugo-theme-ananke.code-workspace +++ /dev/null @@ -1,11 +0,0 @@ -{ - "folders": [ - { - "path": "." - }, - { - "path": "../gohugo-theme-ananke.wiki" - } - ], - "settings": {} -}