mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
30 lines
471 B
Text
30 lines
471 B
Text
.DS_Store
|
|
.cache
|
|
npm-debug.log
|
|
Thumbs.db
|
|
node_modules/
|
|
.build/
|
|
.vscode/extensions/**/out/
|
|
extensions/**/dist/
|
|
/out*/
|
|
/extensions/**/out/
|
|
build/node_modules
|
|
coverage/
|
|
test_data/
|
|
test-results/
|
|
test-results.xml
|
|
vscode.lsif
|
|
vscode.db
|
|
/.profile-oss
|
|
/cli/target
|
|
/cli/openssl
|
|
product.overrides.json
|
|
*.snap.actual
|
|
.vscode-test
|
|
|
|
# Void added these:
|
|
.tmp/
|
|
.tmp2/
|
|
.tool-versions
|
|
src/vs/workbench/contrib/void/browser/react/out/**
|
|
src/vs/workbench/contrib/void/browser/react/src2/**
|