1.0.4
Добавлен gitignore для исходников плагинов VSCode
This commit is contained in:
parent
afb8d3ee6e
commit
562f5fd9e9
25
VSCodePlugins.gitignore
Normal file
25
VSCodePlugins.gitignore
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user