Skip to content

Commit

Permalink
invert the glob patterns in .vscodeignore to not include untracked files
Browse files Browse the repository at this point in the history
This prevents `vsce package` from including files that are not tracked
by git. These new glob patterns will ensure that the files that have
been explicitly included in the package.
  • Loading branch information
Techatrix authored and Vexu committed Feb 22, 2025
1 parent 5e73acb commit 0b53d9a
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
.github/**
.vscode/**
.vscode-test/**
out/test/**
src/**
.gitignore
.prettierignore
eslint.config.mjs
**/tsconfig.json
**/tslint.json
**/*.map
**/*.ts
node_modules
src
*.lock
package-lock.json
tsconfig.json
**
!images/zig-icon.png
!images/example.png
!syntaxes/zig.tmLanguage.json
!language-configuration.json
!out/extension.js
!package.json
!LICENSE
!README.md
!CHANGELOG.md

0 comments on commit 0b53d9a

Please sign in to comment.