Add VS Code settings to .gitignore.

This commit is contained in:
Ray Lee
2024-04-01 11:12:42 -04:00
parent d230e22b08
commit ed6f54c0e8

3
.gitignore vendored
View File

@@ -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