Skip to content

Commit

Permalink
Clean up vsce package contents (#23718)
Browse files Browse the repository at this point in the history
Partially addresses:
#23694
  • Loading branch information
karthiknadig authored Jun 27, 2024
1 parent bd6a924 commit cdd8b37
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
.editorconfig
.env
.eslintrc
.eslintignore
.gitattributes
.gitignore
.gitmodules
.git*
.npmrc
.nvmrc
.nycrc
Expand All @@ -21,7 +23,9 @@ test.ipynb
tsconfig*.json
tsfmt.json
vscode-python-signing.*
noxfile.py

.config/**
.github/**
.mocha-reporter/**
.nvm/**
Expand Down Expand Up @@ -67,8 +71,17 @@ test/**
tmp/**
typings/**
types/**
**/__pycache__/**
**/.devcontainer/**

python-env-tools/.gitignore
python-env-tools/bin/.gitignore
python-env-tools/.github/**
python-env-tools/.vscode/**
python-env-tools/crates/**
python-env-tools/target/**
python-env-tools/Cargo.*
python-env-tools/.cargo/**

python-env-tools/**/*.md
pythonExtensionApi/**

0 comments on commit cdd8b37

Please sign in to comment.