From 0608f9f9fcd782c74335c557ee08d6f1106c75e2 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Fri, 18 Oct 2024 07:44:07 +0000
Subject: [PATCH] chore(config): update workspace configuration
---
/dev/null | 11 -----------
.gitignore | 2 ++
2 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore
index cf95add..603dac4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,5 @@
# 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": {}
-}
--
Gitblit v1.10.0