From 562f5fd9e9bcb19f796ddd457b268bce11529be6 Mon Sep 17 00:00:00 2001 From: Dvurechensky <46356631+Dvurechensky@users.noreply.github.com> Date: Mon, 16 Jun 2025 09:22:07 +0300 Subject: [PATCH] 1.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Добавлен gitignore для исходников плагинов VSCode --- VSCodePlugins.gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 VSCodePlugins.gitignore diff --git a/VSCodePlugins.gitignore b/VSCodePlugins.gitignore new file mode 100644 index 0000000..41295a7 --- /dev/null +++ b/VSCodePlugins.gitignore @@ -0,0 +1,25 @@ +# Node.js dependencies +node_modules/ + +# 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