Add .vs and .vscode dirs to .gitignore.

This commit is contained in:
Nick Hastings
2023-08-30 22:08:44 +02:00
committed by Your Name
parent 0cb3fcaed8
commit 4c9e856197
+3
View File
@@ -37,3 +37,6 @@ obj-*/
*.swp
*.gdb_history
objdir
.vs/*
.vscode/*