From f9880e60f138d04ba0de44364c9df42953b3afb9 Mon Sep 17 00:00:00 2001 From: John Marshall Date: Tue, 28 Sep 2021 12:05:07 +0100 Subject: [PATCH] [ci skip] Remove inadvertently added local .vscode settings (#30660) This was accidentally added in PR #30340. Remove it, and list it in .gitignore to prevent this in future. --- .gitignore | 3 ++- .vscode/settings.json | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 5f445a470a6d5..499db0de1eb5a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,8 +18,9 @@ cached_bioconductor_tarballs #Ignore hidden files from Dolphin window manager .directory -#People sometimes mistakenly upload their local copy of this file +#People sometimes mistakenly upload their local copy of these files .circleci/common.sh +.vscode/settings.json #For people using: pyenv local .python-version diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 44d1dd2001f82..0000000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "/home/salvocos/.virtualenvs/sonic-dev/bin/python" -} \ No newline at end of file