From 19915856d89e32d098a101a70e539cf3779eb68f Mon Sep 17 00:00:00 2001 From: "khoenv@smartgift.vn" Date: Tue, 7 Apr 2026 10:07:07 +0700 Subject: [PATCH] feat: ignore cron and delivery directories --- .gitignore | 8 +++++++- .openclaw/workspace/.gitignore | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .openclaw/workspace/.gitignore diff --git a/.gitignore b/.gitignore index e91ac5f..e5999d7 100644 --- a/.gitignore +++ b/.gitignore @@ -84,7 +84,13 @@ .openclaw/subagents/runs.json # ========================================== -# 5. Clawteam Data +# 6. Clawteam Data # ========================================== .clawteam/* !.clawteam/templates + +# ========================================== +# 7. Cron & Delivery Queue +# ========================================== +.openclaw/cron/* +.openclaw/delivery-queue/* diff --git a/.openclaw/workspace/.gitignore b/.openclaw/workspace/.gitignore new file mode 100644 index 0000000..434ee8a --- /dev/null +++ b/.openclaw/workspace/.gitignore @@ -0,0 +1 @@ +.worktrees