This commit is contained in:
Luk
2026-02-07 11:35:33 +08:00
parent 268189c972
commit 09e9ac6f24
2 changed files with 14 additions and 2 deletions

View File

@@ -15,8 +15,8 @@
"morgan": "^1.9.0", "morgan": "^1.9.0",
"serve-favicon": "^2.5.0", "serve-favicon": "^2.5.0",
"vhost": "^3.0.2", "vhost": "^3.0.2",
"wo-base-envar": "git+https://git.tic.cc/npm/wo-base-envar", "wo-base-envar": "git+https://git.tic.cc/open/wo-base-envar",
"wo-core-toolkit": "git+https://git.tic.cc/npm/wo-core-toolkit" "wo-core-toolkit": "git+https://git.tic.cc/open/wo-core-toolkit"
}, },
"devDependencies": { "devDependencies": {
"cross-env": "^7.0.2", "cross-env": "^7.0.2",

View File

@@ -22,6 +22,12 @@
*.nosf/ *.nosf/
*.nosf.*/ *.nosf.*/
## everything 'git pull or fetch' will update `.git/FETCH_HEAD`, even if the content doesn't change. To avoid too many useless updates of this file in Seafile history:
FETCH_HEAD
*/FETCH_HEAD
.Trash/
.DS_Store .DS_Store
*/.DS_Store */.DS_Store
@@ -48,12 +54,18 @@ _desktop.ini
node_modules/ node_modules/
*/node_modules/ */node_modules/
package-lock.json package-lock.json
*/package-lock.json
pages4loader.json5 pages4loader.json5
*/pages4loader.json5
.deploy_git/ .deploy_git/
*/.deploy_git/ */.deploy_git/
# next.js 项目
.next/
*/.next/
# HBuilder 目录 # HBuilder 目录
unpackage/ unpackage/
*/unpackage/ */unpackage/