From d6d2e1c187b7d169508b2e54b41d31ef7b1ffd8e Mon Sep 17 00:00:00 2001 From: Anshul Gupta Date: Thu, 22 Feb 2024 21:21:15 -0800 Subject: Fixes annoying `.gitignore` --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68bc17f..44bbb13 100644 --- a/.gitignore +++ b/.gitignore @@ -157,4 +157,5 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # 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/ +.idea/ +.vscode/ -- cgit v1.2.3