vscode-codeql/.gitignore

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

25 строки
269 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2019-11-12 22:48:25 +03:00
# Logs
*.log
# Generated files
/dist/
out/
build/
2019-11-12 22:48:25 +03:00
server/
node_modules/
gen/
artifacts/
2019-11-12 22:48:25 +03:00
# Integration test artifacts
**/.vscode-test/**
# Visual Studio workspace state
.vs/
# CodeQL metadata
.cache/
.codeql/
2024-01-10 12:59:54 +03:00
# E2E Reports
**/playwright-report/**
2024-01-10 15:59:22 +03:00
**/test-results/**