Skip to content

Commit fe06675

Browse files
committed
fix: 忽略了 node_modules 导致无法找到 axios
1 parent a51575a commit fe06675

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.vscodeignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1+
src/**
2+
test/**
13
.github/**
24
.husky/**
35
.vscode/**
4-
src/**
5-
test/**
6-
node_modules/**
76
.gitignore
87
.lintstagedrc.json
98
.release-please-manifest.json
109
.release-please-config.json
1110
.node-version
1211
tsconfig.json
1312
eslint.config.mjs
14-
package-lock.json

0 commit comments

Comments
 (0)