-
-
Notifications
You must be signed in to change notification settings - Fork 151
Expand file tree
/
Copy path.vscodeignore
More file actions
42 lines (38 loc) · 619 Bytes
/
Copy path.vscodeignore
File metadata and controls
42 lines (38 loc) · 619 Bytes
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
.vscode/**
.vscode-test/**
out/test/**
src/**
.gitignore
vsc-extension-quickstart.md
**/tsconfig.json
**/tslint.json
**/*.map
**/*.ts
# Extra file to ignore
azure-pipelines.yml
.azure-pipelines/
ISSUE_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
.github/
vsc-extension-quickstart.md
node_modules/**/test/**
.all-contributorsrc
node_modules
out/
src/
tsconfig.json
webpack.config.json
coverage/
out-cov/
.eslintrc
.prettierrc
docs
testworkspace
webpack.config.js
.prettierrc.js
# Exclude e2e assets from VSIX
extension/e2e/**
extension/**/screenshots/**
extension/e2e/screenshots/**
# Exclude e2e directory from VSIX
e2e/**