Files
vscode-codeql/.gitignore
2025-02-19 09:53:47 +01:00

29 lines
316 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/
# E2E Reports
**/playwright-report/**
**/test-results/**
# Storybook artifacts
**/storybook-static/**