From 1ab29701afeccfd42efed4ae84373111a5c6454a Mon Sep 17 00:00:00 2001 From: fallenoak Date: Sat, 4 Mar 2023 14:44:20 -0600 Subject: [PATCH] chore(git): add vs paths to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 767470e..6f955bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ .DS_Store +.vs .vscode .idea /build /cmake-build-* +/out