mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
15 lines
247 B
Plaintext
15 lines
247 B
Plaintext
# editor and OS artifacts
|
|
*~
|
|
.DS_STORE
|
|
|
|
# query compilation caches
|
|
.cache
|
|
|
|
# qltest projects and artifacts
|
|
*/ql/test/**/*.testproj
|
|
*/ql/test/**/*.actual
|
|
|
|
# Visual studio temporaries, except a file used by QL4VS
|
|
.vs/*
|
|
!.vs/VSWorkspaceSettings.json
|