mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
.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.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
# editor and OS artifacts
|
# editor and OS artifacts
|
||||||
*~
|
*~
|
||||||
|
/.vs
|
||||||
.DS_STORE
|
.DS_STORE
|
||||||
|
|
||||||
# query compilation caches
|
# query compilation caches
|
||||||
@@ -8,8 +9,3 @@
|
|||||||
# qltest projects and artifacts
|
# qltest projects and artifacts
|
||||||
*/ql/test/**/*.testproj
|
*/ql/test/**/*.testproj
|
||||||
*/ql/test/**/*.actual
|
*/ql/test/**/*.actual
|
||||||
/.vs/slnx.sqlite
|
|
||||||
/.vs/ql/v15/Browse.VC.opendb
|
|
||||||
/.vs/ql/v15/Browse.VC.db
|
|
||||||
/.vs/ProjectSettings.json
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user