Files
vscode-codeql/.gitignore
Andrew Eisenberg 4eb465277a Update gitignore to avoid codeql metadata files
Also, we're no longer using the rush package manager, so delete that
from gitignore.
2022-11-18 11:33:53 -08:00

22 lines
212 B
Plaintext

# Logs
*.log
# Generated files
/dist/
out/
build/
server/
node_modules/
gen/
artifacts/
# Integration test artifacts
**/.vscode-test/**
# Visual Studio workspace state
.vs/
# CodeQL metadata
.cache/
.codeql/