From 378c8e62438eb60eb59e0db1cc225903a4948f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nielson=20Jann=C3=A9?= Date: Tue, 4 Mar 2025 20:20:25 +0100 Subject: [PATCH] Add IDE config folders to gitignore --- .gitignore | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5d381cc..d67b292 100644 --- a/.gitignore +++ b/.gitignore @@ -153,10 +153,6 @@ dmypy.json # Cython debug symbols cython_debug/ -# PyCharm -# JetBrains specific template is maintained in a separate JetBrains.gitignore that can -# 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/ - +# IDE's +.idea/ +.vscode/