codeql/.gitignore

36 строки
633 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
2022-03-31 16:41:53 +03:00
# python virtual environment folder
2021-01-22 16:44:18 +03:00
.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
2021-10-05 23:42:36 +03:00
# Avoid committing cached package components
.codeql
2021-11-16 18:41:23 +03:00
# Compiled class file
2022-03-31 16:41:53 +03:00
*.class
# links create by bazel
/bazel-*