mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-16 00:09:34 +01:00
39 lines
563 B
Plaintext
39 lines
563 B
Plaintext
.DS_Store
|
|
.vscode-test/
|
|
.vscode-test-web/
|
|
node_modules/
|
|
dist/
|
|
|
|
# created by simulation
|
|
.simulation
|
|
|
|
# stores wasm and other build files
|
|
.build
|
|
|
|
# created by python scripts
|
|
__pycache__/
|
|
.venv*
|
|
.ruff_cache/
|
|
*.egg-info/
|
|
|
|
# Secret token files
|
|
/.env
|
|
*.token
|
|
|
|
# Test infra
|
|
test/simulation/language/harness/
|
|
|
|
# localization files are generated in the build
|
|
l10n/
|
|
|
|
# vitest --coverage
|
|
coverage/
|
|
|
|
# Base cache database (GC mode)
|
|
test/simulation/cache/_base.sqlite
|
|
|
|
test/aml/out
|
|
|
|
# Ignore files in huksy (else we always end up with files when creating worktrees)
|
|
.husky/_/
|