Skip to content

Commit d41c979

Browse files
edgardmessiasJohnstonCode
authored andcommitted
chore: Removed the package-lock.json from vsix (#408) (#414)
1 parent b51b5af commit d41c979

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
node_modules
2-
out
31
/.vscode-test
42
/coverage
3+
/node_modules
4+
/out
5+
svn-scm*.vsix

.vscodeignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
.github/**
33
.vscode-test/**
44
.vscode/**
5+
**/*.map
6+
**/*.ts
57
coverage/**
68
coverconfig.json
79
jsconfig.json
810
out/test/**
911
out/tools/**
12+
package-lock.json
1013
src/**
1114
test/**
1215
tsconfig.json
13-
vsc-extension-quickstart.md
14-
**/*.map
16+
tslint.json
17+
vsc-extension-quickstart.md

0 commit comments

Comments
 (0)