mirror of
https://gitea.computerliebe.org/ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin.git
synced 2024-12-29 00:11:53 +00:00
15 lines
195 B
Plaintext
15 lines
195 B
Plaintext
|
.vscode/**
|
||
|
.vscode-test/**
|
||
|
out/**
|
||
|
node_modules/**
|
||
|
src/**
|
||
|
.gitignore
|
||
|
.yarnrc
|
||
|
webpack.config.js
|
||
|
vsc-extension-quickstart.md
|
||
|
**/tsconfig.json
|
||
|
**/eslint.config.mjs
|
||
|
**/*.map
|
||
|
**/*.ts
|
||
|
**/.vscode-test.*
|