mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
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.
12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
# editor and OS artifacts
|
|
*~
|
|
/.vs
|
|
.DS_STORE
|
|
|
|
# query compilation caches
|
|
.cache
|
|
|
|
# qltest projects and artifacts
|
|
*/ql/test/**/*.testproj
|
|
*/ql/test/**/*.actual
|