From ed6f54c0e854c22a265d5a388c3469f6d1bcc912 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Mon, 1 Apr 2024 11:12:42 -0400 Subject: [PATCH] Add VS Code settings to .gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 529351edc5..a181638660 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,9 @@ nbdist/ nbactions.xml nb-configuration.xml +## Ignore project files created by Visual Studio Code +.vscode/ + ## Ignore all *.properties file in root folder, EXCEPT build.properties (the default) ## KEPT FOR BACKWARDS COMPATIBILITY WITH 5.x (build.properties is now replaced with local.cfg) /*.properties