From 4c9e8561978d25d96cd4730dbf5d0e9299c5422e Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Tue, 12 Oct 2021 20:38:44 -0400 Subject: [PATCH] Add .vs and .vscode dirs to .gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2de256fc..963bd48c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ obj-*/ *.swp *.gdb_history objdir + +.vs/* +.vscode/* \ No newline at end of file