diff --git a/.gitignore b/.gitignore index b84f031..c7fc005 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,6 @@ /output/ .*.sw? *~ -/.vscode/ -*.code-workspace /dist/ /site/ diff --git a/mercury.code-workspace b/mercury.code-workspace new file mode 100644 index 0000000..5709732 --- /dev/null +++ b/mercury.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +}