-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.vscodeignore
35 lines (34 loc) · 949 Bytes
/
.vscodeignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.vscode/**
.vscode-test/**
out/**
node_modules/**
ext-src/**
.gitignore
.yarnrc
webpack.config.js
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
**/*.gif
.github/**
.prettierignore
.vscode-test.mjs
eslint.config.mjs
.husky/**/*
!ext-src/release-notes-ui/release-notes.css
webview-ui/grepc-webview/.angular/**
webview-ui/grepc-webview/.vscode/**
webview-ui/grepc-webview/node_modules/**
webview-ui/grepc-webview/src/**
webview-ui/grepc-webview/coverage/**
webview-ui/grepc-webview/.editorconfig
webview-ui/grepc-webview/*.json
webview-ui/grepc-webview/*.md
webview-ui/grepc-webview/dist/grepc-webview/.gitignore
webview-ui/grepc-webview/dist/grepc-webview/.prettierignore
webview-ui/grepc-webview/dist/grepc-webview/.prettierrc
webview-ui/grepc-webview/dist/grepc-webview/eslint.config.js
webview-ui/grepc-webview/dist/grepc-webview/browser/index.html
webview-ui/grepc-webview/dist/grepc-webview/browser/favicon.ico