From c5d08ffcd417efa851a74d9b5bc49f7c1bc10bff Mon Sep 17 00:00:00 2001 From: Jonas Jensen Date: Wed, 26 Sep 2018 15:52:44 +0200 Subject: [PATCH] Don't .gitignore .vs/VSWorkspaceSettings.json --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6cf1596143d..b5c88ce04ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # editor and OS artifacts *~ -/.vs .DS_STORE # query compilation caches @@ -9,3 +8,7 @@ # qltest projects and artifacts */ql/test/**/*.testproj */ql/test/**/*.actual + +# Visual studio temporaries, except a file used by QL4VS +.vs/* +!.vs/VSWorkspaceSettings.json