From bb5cb77b7b9da2298cd1723cf1154de1c16885ef Mon Sep 17 00:00:00 2001 From: jackfiled Date: Sun, 25 Aug 2024 16:14:22 +0800 Subject: [PATCH] fix: add .gitkeep to make build successful. --- YaeBlog/source/drafts/.gitkeep | 0 YaeBlog/source/posts/.gitkeep | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 YaeBlog/source/drafts/.gitkeep create mode 100644 YaeBlog/source/posts/.gitkeep diff --git a/YaeBlog/source/drafts/.gitkeep b/YaeBlog/source/drafts/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/YaeBlog/source/posts/.gitkeep b/YaeBlog/source/posts/.gitkeep new file mode 100644 index 0000000..e69de29