mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
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>
33 lines
554 B
Plaintext
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
|