-
Notifications
You must be signed in to change notification settings - Fork 6
/
.vscodeignore
61 lines (54 loc) · 939 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Project files
.github/**
.vscode/**
.vscode-test/**
bin/**
containers/**
node_modules/**
out/**
src/**
submodules/**
test-resources/**
**/.dockerignore
**/.eslintcache
**/.gitattributes
**/.gitignore
**/.gitmodules
**/.eslintignore
**/.eslintrc.json
**dist/integration*
**/dist/test*
**/tsconfig.json
**/tsconfig.production.json
**/tslint.json
**/*.map
**/*.ts
**/vsc-extension-quickstart.md
config.js
# Media
# Nothing hidden
# Docs
docs/architecture.md
docs/development.md
docs/extension-state.md
docs/publish.md
# Development backend
backend/**
# Webpack configuration
webpack.common.js
webpack.config.js
webpack.dev.js
webpack.prod.js
# Ignore all webview-ui files except the build directory
webview-ui/src/**
#webview-ui/public/**
webview-ui/scripts/**
webview-ui/index.html
webview-ui/README.md
webview-ui/package.json
webview-ui/package-lock.json
webview-ui/rollup.config.js
webview-ui/node_modules/**
# Other files
.*
.*/