From 68daa10abfe3015beca966825d32cf67c9f5d5d7 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 18 Jun 2026 20:56:05 +0800 Subject: feat(bucket): implement bucket initialization and logging infrastructure Add bucket init logic with directory structure creation and log macros for tracing --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e2ecd8d..1c8fd75 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ rola-desktop/obj rola-desktop/bin rola-devtools/scripts/last_check + +drafts.txt -- cgit