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": {} -}