Skip to content

Commit 21b4fa2

Browse files
SPGodingmisode
authored andcommitted
🙈 Update .vscodeignore
Thanks to a breaking change on vsce's side: microsoft/vscode-vsce#576.
1 parent dcc194b commit 21b4fa2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/vscode-extension/.vscodeignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
*
2-
*/**
1+
# Ignore everything
2+
/*
33

4-
!dist/*.js
5-
!resource/*.json
4+
# Whitelist needed files
5+
!dist
6+
dist/*.js.map
7+
!resource
68
!CHANGELOG.md
79
!icon.png
810
!LICENSE

0 commit comments

Comments
 (0)