Skip to content

Commit cdd8b37

Browse files
authored
Clean up vsce package contents (#23718)
Partially addresses: #23694
1 parent bd6a924 commit cdd8b37

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscodeignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
.editorconfig
55
.env
66
.eslintrc
7+
.eslintignore
78
.gitattributes
89
.gitignore
910
.gitmodules
11+
.git*
1012
.npmrc
1113
.nvmrc
1214
.nycrc
@@ -21,7 +23,9 @@ test.ipynb
2123
tsconfig*.json
2224
tsfmt.json
2325
vscode-python-signing.*
26+
noxfile.py
2427

28+
.config/**
2529
.github/**
2630
.mocha-reporter/**
2731
.nvm/**
@@ -67,8 +71,17 @@ test/**
6771
tmp/**
6872
typings/**
6973
types/**
74+
**/__pycache__/**
75+
**/.devcontainer/**
76+
77+
python-env-tools/.gitignore
78+
python-env-tools/bin/.gitignore
7079
python-env-tools/.github/**
7180
python-env-tools/.vscode/**
7281
python-env-tools/crates/**
7382
python-env-tools/target/**
7483
python-env-tools/Cargo.*
84+
python-env-tools/.cargo/**
85+
86+
python-env-tools/**/*.md
87+
pythonExtensionApi/**

0 commit comments

Comments
 (0)