From cd2f8b75df95c29d5cdfa203761107e38ede8000 Mon Sep 17 00:00:00 2001 From: Misaka_Company Date: Wed, 24 Jun 2026 13:53:09 +0800 Subject: [PATCH] Ignore runtime logs directory --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3be9842..5bcf8f7 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,7 @@ next-env.d.ts # .gitignore CLAUDE.local.md -.claude/ \ No newline at end of file +.claude/ + +# runtime logs (log4js app logs, NSSM stdout/stderr) +/logs/ \ No newline at end of file