2018-08-02 19:53:23 +03:00
|
|
|
# editor and OS artifacts
|
|
|
|
*~
|
|
|
|
.DS_STORE
|
2020-02-14 02:23:50 +03:00
|
|
|
*.swp
|
2018-08-02 19:53:23 +03:00
|
|
|
|
|
|
|
# query compilation caches
|
|
|
|
.cache
|
|
|
|
|
|
|
|
# qltest projects and artifacts
|
|
|
|
*/ql/test/**/*.testproj
|
|
|
|
*/ql/test/**/*.actual
|
2018-09-26 16:52:44 +03:00
|
|
|
|
|
|
|
# Visual studio temporaries, except a file used by QL4VS
|
|
|
|
.vs/*
|
|
|
|
!.vs/VSWorkspaceSettings.json
|
2019-10-15 19:15:00 +03:00
|
|
|
|
2020-03-29 09:59:14 +03:00
|
|
|
# Byte-compiled python files
|
|
|
|
*.pyc
|
|
|
|
|
2021-01-22 16:44:18 +03:00
|
|
|
# python virtual environment folder
|
|
|
|
.venv/
|
|
|
|
|
2019-10-15 19:15:00 +03:00
|
|
|
# It's useful (though not required) to be able to unpack codeql in the ql checkout itself
|
|
|
|
/codeql/
|
2020-01-07 21:21:23 +03:00
|
|
|
|
2019-12-23 17:31:54 +03:00
|
|
|
csharp/extractor/Semmle.Extraction.CSharp.Driver/Properties/launchSettings.json
|