From 36b837538bbed7827921e2ac05b5c4fedb1bedf0 Mon Sep 17 00:00:00 2001 From: wanwujie Date: Mon, 20 Oct 2025 08:36:04 +0800 Subject: [PATCH] chore(cleanup): remove empty infra/i18n dir; drop startup-check.report.json; add ignore --- wwjcloud-nest-v1/.gitignore | 2 ++ wwjcloud-nest-v1/startup-check.report.json | 11 ----------- 2 files changed, 2 insertions(+), 11 deletions(-) create mode 100644 wwjcloud-nest-v1/.gitignore delete mode 100644 wwjcloud-nest-v1/startup-check.report.json diff --git a/wwjcloud-nest-v1/.gitignore b/wwjcloud-nest-v1/.gitignore new file mode 100644 index 00000000..644d8b08 --- /dev/null +++ b/wwjcloud-nest-v1/.gitignore @@ -0,0 +1,2 @@ +# Generated startup diagnostics report +startup-check.report.json \ No newline at end of file diff --git a/wwjcloud-nest-v1/startup-check.report.json b/wwjcloud-nest-v1/startup-check.report.json deleted file mode 100644 index e1f6ba1d..00000000 --- a/wwjcloud-nest-v1/startup-check.report.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "nodeVersion": "v20.13.1", - "nodeEnv": "test", - "timestamp": 1760885126089, - "redis": { - "enabled": false, - "connected": false, - "port": 6379 - }, - "envMissing": [] -} \ No newline at end of file