Skip to content

Commit

Permalink
VSCode codespaces are more tolerable now (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaughan authored Aug 18, 2024
1 parent d63e4b7 commit b60cb64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
/output/
.*.sw?
*~
/.vscode/
*.code-workspace

/dist/
/site/
8 changes: 8 additions & 0 deletions mercury.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

0 comments on commit b60cb64

Please sign in to comment.