Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit f58bd01

Browse files
authored
Clean up unnecessary files on bundling.
Merge pull request #126 from `tjquillan/vsce-fix`.
2 parents fd18d25 + b7bff77 commit f58bd01

File tree

3 files changed

+47
-27
lines changed

3 files changed

+47
-27
lines changed

.vscodeignore

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
.vscode/**
2-
.vscode-test/**
3-
out/**
4-
src/**
1+
.github/
2+
.vscode/
3+
.vscode-test/
4+
node_modules/
5+
out/
6+
src/
57
.gitignore
68
.yarnrc
79
**/tsconfig.json
810
**/.eslintrc.json
911
**/*.map
1012
**/*.ts
1113

14+
# Husky
15+
.husky/
16+
1217
# Prettier
1318
.prettierignore
1419
.prettierrc.json
1520

1621
# Python
17-
python/**
18-
!python/scripts/**.py
22+
python/*
23+
!python/scripts/

package-lock.json

Lines changed: 35 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prettier": "^2.3.0",
4141
"ts-loader": "^9.2.2",
4242
"typescript": "^4.3.2",
43-
"vsce": "~1.91.0",
43+
"vsce": "^1.93.0",
4444
"vscode-test": "^1.5.0",
4545
"webpack": "^5.38.1",
4646
"webpack-cli": "^4.7.0"

0 commit comments

Comments
 (0)