diff --git a/.gitignore b/.gitignore index dd87e2d..839e234 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -node_modules -build +/node_modules +/build +/.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index dce206f..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "yaml.schemas": { - "https://json.schemastore.org/yamllint.json": "file:///Users/smelnyk/Projects/zergus.github.io/.github/workflows/deploy.yml" - } -}