Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2ccd57

Browse files
committed
.gitignore everything under .vs in repo root dir
We have external users editing queries with Visual Studio, and it seems to automatically add very specific files to `.gitignore`. These changes cause conflicts between unrelated PRs. This commit adds all of `/.vs` to `.gitignore`, which should hopfully make Visual Studio stop adding more entries.
1 parent 57f3ac8 commit e2ccd57

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# editor and OS artifacts
22
*~
3+
/.vs
34
.DS_STORE
45

56
# query compilation caches
@@ -8,8 +9,3 @@
89
# qltest projects and artifacts
910
*/ql/test/**/*.testproj
1011
*/ql/test/**/*.actual
11-
/.vs/slnx.sqlite
12-
/.vs/ql/v15/Browse.VC.opendb
13-
/.vs/ql/v15/Browse.VC.db
14-
/.vs/ProjectSettings.json
15-

0 commit comments

Comments
 (0)