From 05358100ed04b29ec64d1d782f2673b962004122 Mon Sep 17 00:00:00 2001 From: Bhuwan Panta <67514385+Bhuwan-web@users.noreply.github.com> Date: Wed, 11 May 2022 22:10:34 +0545 Subject: [PATCH] code workspace file of vs code The workspace in vs code helps users in local to startup their setup automatically like activating virtual environment and many more but is not a necessary file in production or to push `diff + *.code-workspace ` --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..3a47bb66 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -158,3 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# VScode +*.code-workspace