From e0614c0e97013e700c398c3b42f871108a7b9825 Mon Sep 17 00:00:00 2001 From: Mohd Shoaib <103812072+shoaib-mohd@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:10:14 +0530 Subject: [PATCH] Enhancement/add .vscode to .gitignore (#2317) * + Add .vscode to .gitignore #2291 * + Add .vscode to .gitignore #2291 * + delete .vscode #2291 * Update .flake8 * Update .flake8 * Update config.yml * Update test-requirements.txt * Update init_serverless_sdk.py * Update build_aws_lambda_layer.py * Update LICENSE * Update LICENSE * Update dependabot.yml * Update LICENSE * Update .flake8 * Revert unwanted changes --------- Co-authored-by: Anton Pirker Co-authored-by: Daniel Szoke --- .gitignore | 1 + .vscode/settings.json | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index bd5df5dddd..9dcdf030d3 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ venv relay pip-wheel-metadata .mypy_cache +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index ba2472c4c9..0000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "python.pythonPath": ".venv/bin/python", - "python.formatting.provider": "black", - "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true -}