From 4bb70c19b827eb214f8ed32c974e7613eca61cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Wed, 24 May 2023 18:16:08 +0200 Subject: [PATCH] Ignore .vsconfig --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 811cd56..3c48a97 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,8 @@ build .cache .vs/ .vscode/ -/SQLiteCpp.sln +.vsconfig +*.sln *.ncb *.suo *.user