codeql/.gitignore

27 строки
515 B
Plaintext
Исходник Обычный вид История

# editor and OS artifacts
*~
.DS_STORE
*.swp
# 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
# Byte-compiled python files
*.pyc
2021-01-22 16:44:18 +03:00
# python virtual environment folder
.venv/
# It's useful (though not required) to be able to unpack codeql in the ql checkout itself
/codeql/
2019-12-23 17:31:54 +03:00
csharp/extractor/Semmle.Extraction.CSharp.Driver/Properties/launchSettings.json