27 lines
328 B
Plaintext
27 lines
328 B
Plaintext
# Node.js dependencies
|
|
node_modules/
|
|
Builds/
|
|
|
|
# VS Code extension build outputs
|
|
.vscode-test/
|
|
out/
|
|
dist/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS файлы
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Редактор
|
|
.vscode/
|
|
|
|
# Пакет для установки расширения
|
|
*.vsix
|