Files
vscode/.gitignore
Osvaldo Ortega 8368928f8e Save failure screenshots to out/ instead of repo root
Screenshots from failed E2E steps now go into out/ (already gitignored)
rather than the repo root. Remove the failure-*.png and sessions-*.png
entries from root .gitignore since they're no longer needed.

Also remove shebang from run.js to pass copyright hygiene check.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-03 20:51:46 -08:00

33 lines
554 B
Plaintext

.DS_Store
.cache
npm-debug.log
Thumbs.db
node_modules/
.build/
.vscode/extensions/**/out/
extensions/**/dist/
src/vs/base/browser/ui/codicons/codicon/codicon.ttf
/out*/
/extensions/**/out/
build/node_modules
build/darwin/.dmgbuild
coverage/
test_data/
test-results/
test-results.xml
vscode.lsif
vscode.db
/.profile-oss
/cli/target
/cli/openssl
product.overrides.json
*.snap.actual
*.tsbuildinfo
.vscode-test
vscode-telemetry-docs/
test-output.json
test/componentFixtures/.screenshots/*
!test/componentFixtures/.screenshots/baseline/
dist
.playwright-cli