From 6a8177145d5e6bc2cc5f1cb4ce7d411408d2361e 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