codeql/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

74 строки
1.1 KiB
Plaintext
Исходник Обычный вид История

# editor and OS artifacts
*~
.DS_STORE
*.swp
# query compilation caches
.cache
# qltest projects and artifacts
*.actual
*/ql/test/**/*.testproj
*/ql/test/**/go.sum
# 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/
# binary files created by pytest-cov
.coverage
# It's useful (though not required) to be able to unpack codeql in the ql checkout itself
/codeql/
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
2022-04-12 13:40:19 +03:00
# links created by bazel
2022-03-31 16:41:53 +03:00
/bazel-*
2022-04-12 13:40:19 +03:00
# local bazel options
/local.bazelrc
# generated cmake directory
/.bazel-cmake
2022-04-12 13:40:19 +03:00
# CLion project files
/.clwb
# Go build artifacts
go/build/*
# Go binaries
go/tools/bin
go/tools/linux64
go/tools/osx64
go/tools/win64
go/tools/tokenizer.jar
go/main
2022-05-18 11:13:26 +03:00
# node_modules folders except in the JS test suite
node_modules/
!/javascript/ql/test/**/node_modules/
2022-06-08 13:10:19 +03:00
# Temporary folders for working with generated models
.model-temp
# bazel-built in-tree extractor packs
/*/extractor-pack
2024-09-06 13:05:11 +03:00
# Jetbrains IDE files
.idea
# cargo build directory
/target