mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
18 lines
324 B
Plaintext
18 lines
324 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
|
|
/.vs/ql5/v15/Browse.VC.opendb
|
|
/.vs/ql5/v15/Browse.VC.db
|
|
/.vs/ql5/v15/.suo
|