diff --git a/.gitignore b/.gitignore index 592b6c2..6a4a987 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules data .DS_Store -.env -.vscode \ No newline at end of file +.env \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..2add27e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "Hypermind" + ] +} \ No newline at end of file