mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
16 lines
251 B
Plaintext
16 lines
251 B
Plaintext
# editor and OS artifacts
|
|
*~
|
|
.DS_STORE
|
|
|
|
# query compilation caches
|
|
.cache
|
|
|
|
# qltest projects and artifacts
|
|
*/ql/test/**/*.testproj
|
|
*/ql/test/**/*.actual
|
|
/.vs/slnx.sqlite
|
|
/.vs/ql/v15/Browse.VC.opendb
|
|
/.vs/ql/v15/Browse.VC.db
|
|
/.vs/ProjectSettings.json
|
|
|