Skip to content

Commit

Permalink
Fix exclusion of project files
Browse files Browse the repository at this point in the history
`vsce ls --yarn` shows now:
- CHANGELOG.md
- images/smooth-spiral.png
- language-configuration.json
- LICENSE.md
- package.json
- README.md
- syntaxes/Scala.tmLanguage.json

Before it included also:
- .github/workflows/cla.yml
- .github/workflows/continuous-integration.yml
- .github/workflows/deploy.yml
- project/scripts/check-cla.sh
- syntaxes/.gitkeep
  • Loading branch information
Jentsch committed Oct 8, 2024
1 parent e04075a commit 4e68a82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
tests/**
src/**
node_modules
.gitkeep
scripts
**/.gitkeep
project/
.github/

0 comments on commit 4e68a82

Please sign in to comment.