From 258b9c34df17d550a25dcf94d84c1394c27d9714 Mon Sep 17 00:00:00 2001 From: Kacperos155 Date: Sat, 23 Jul 2022 16:14:16 +0200 Subject: [PATCH] .gitignore: add ".vs " directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f22bfa2..e6ea691 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ build example1 *.a +.vs/ .vscode/ /SQLiteCpp.sln *.ncb