Skip to content

Commit 4e68a82

Browse files
committed
Fix exclusion of project files
`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
1 parent e04075a commit 4e68a82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .vscodeignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
tests/**
55
src/**
66
node_modules
7-
.gitkeep
8-
scripts
7+
**/.gitkeep
8+
project/
9+
.github/

0 commit comments

Comments
 (0)