Skip to content

Commit c5d08ff

Browse files
committed
Don't .gitignore .vs/VSWorkspaceSettings.json
1 parent e2ccd57 commit c5d08ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# editor and OS artifacts
22
*~
3-
/.vs
43
.DS_STORE
54

65
# query compilation caches
@@ -9,3 +8,7 @@
98
# qltest projects and artifacts
109
*/ql/test/**/*.testproj
1110
*/ql/test/**/*.actual
11+
12+
# Visual studio temporaries, except a file used by QL4VS
13+
.vs/*
14+
!.vs/VSWorkspaceSettings.json

0 commit comments

Comments
 (0)