Skip to content

Commit b6aca5b

Browse files
authored
fix(performance): Explicitly include items in the vsix #2669
closes #1899
1 parent a6fbace commit b6aca5b

File tree

1 file changed

+22
-28
lines changed

1 file changed

+22
-28
lines changed

.vscodeignore

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
1-
.github/**
2-
.vscode/**
3-
.vscode-test/**
4-
.changes/**
5-
scripts/**
6-
buildspec/**
7-
dist/src/test/**
8-
dist/src/integrationTest/**
9-
dist/src/testFixtures/**
10-
dist/test/**
11-
dist/integrationTest/**
12-
dist/third-party/test/**
13-
dist/**/*.map
14-
src/**
15-
out/**
16-
third-party/test/**
17-
webpack.config.js
18-
.gitignore
19-
.nycrc.json
20-
Dockerfile
21-
tsconfig.json
22-
tslint.json
23-
codebuild-image-buildspec.yml
24-
node_modules
25-
docs/**
26-
designs/**
27-
coverage/**
28-
package.json.bk
1+
# Ignore everything by default. #1899
2+
*
3+
*/**
4+
5+
# Allowlist
6+
!dist/*
7+
!dist/libs
8+
!dist/*/!(testFixtures|test)/**/!(*.*.map)
9+
!dist/*/!(*.*.map)
10+
!media/**
11+
!resources/**
12+
!syntaxes/**
13+
!templates/**
14+
!third-party/**
15+
!types/**
16+
!LICENSE
17+
!NOTICE
18+
!package.json
19+
!package.nls.json
20+
!quickStart**
21+
!README.**
22+
!CHANGELOG.md

0 commit comments

Comments
 (0)