diff --git a/.gitignore b/.gitignore index 6347fed..28f1ba7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -.vscode node_modules .DS_Store \ No newline at end of file diff --git a/.devcontainer/devcontainer.json b/.vscode/devcontainer.json similarity index 100% rename from .devcontainer/devcontainer.json rename to .vscode/devcontainer.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..1729b29 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "DockerRun.DisableAutoGenerateConfig": true +} \ No newline at end of file