Skip to content

Commit

Permalink
chore: remove ignore lock file settings (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 authored Feb 13, 2024
1 parent 7496395 commit 2472f86
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions v3/midway-component/boilerplate/_.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ logs/
npm-debug.log
yarn-error.log
node_modules/
package-lock.json
yarn.lock
coverage/
dist/
.idea/
Expand Down
2 changes: 0 additions & 2 deletions v3/midway-framework-express/boilerplate/_.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ logs/
npm-debug.log
yarn-error.log
node_modules/
package-lock.json
yarn.lock
coverage/
dist/
.idea/
Expand Down
4 changes: 0 additions & 4 deletions v3/midway-framework-express/boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
"ci": "npm run cov",
"build": "mwtsc --cleanOutDir"
},
"midway-bin-clean": [
".vscode/.tsbuildinfo",
"dist"
],
"repository": {
"type": "git",
"url": ""
Expand Down
2 changes: 0 additions & 2 deletions v3/midway-framework-koa-esm/boilerplate/_.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ logs/
npm-debug.log
yarn-error.log
node_modules/
package-lock.json
yarn.lock
coverage/
dist/
.idea/
Expand Down
2 changes: 0 additions & 2 deletions v3/midway-framework-koa/boilerplate/_.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ logs/
npm-debug.log
yarn-error.log
node_modules/
package-lock.json
yarn.lock
coverage/
dist/
.idea/
Expand Down
4 changes: 0 additions & 4 deletions v3/midway-framework-koa/boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
"ci": "npm run cov",
"build": "mwtsc --cleanOutDir"
},
"midway-bin-clean": [
".vscode/.tsbuildinfo",
"dist"
],
"repository": {
"type": "git",
"url": ""
Expand Down
2 changes: 0 additions & 2 deletions v3/midway-framework-web/boilerplate/_.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ logs/
npm-debug.log
yarn-error.log
node_modules/
package-lock.json
yarn.lock
coverage/
dist/
.idea/
Expand Down
4 changes: 0 additions & 4 deletions v3/midway-framework-web/boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
"ci": "npm run cov",
"build": "mwtsc --cleanOutDir"
},
"midway-bin-clean": [
".vscode/.tsbuildinfo",
"dist"
],
"repository": {
"type": "git",
"url": ""
Expand Down
2 changes: 0 additions & 2 deletions v3/midway-quick-start/boilerplate/_.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ logs/
npm-debug.log
yarn-error.log
node_modules/
package-lock.json
yarn.lock
coverage/
dist/
.idea/
Expand Down
4 changes: 0 additions & 4 deletions v3/midway-quick-start/boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
"ci": "npm run cov",
"build": "mwtsc --cleanOutDir"
},
"midway-bin-clean": [
".vscode/.tsbuildinfo",
"dist"
],
"repository": {
"type": "git",
"url": ""
Expand Down
2 changes: 0 additions & 2 deletions v3/midway-serverless-http-new-esm/boilerplate/_.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ logs/
npm-debug.log
yarn-error.log
node_modules/
package-lock.json
yarn.lock
coverage/
dist/
.idea/
Expand Down
2 changes: 0 additions & 2 deletions v3/midway-serverless-http-new/boilerplate/_.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ logs/
npm-debug.log
yarn-error.log
node_modules/
package-lock.json
yarn.lock
coverage/
dist/
.idea/
Expand Down

0 comments on commit 2472f86

Please sign in to comment.