From 6c433a10b26e464b391fe50720ef9fb33d6eef26 Mon Sep 17 00:00:00 2001 From: kennethcheng Date: Mon, 27 Apr 2026 13:02:45 +0800 Subject: [PATCH] chore: init pure astro minimal project --- .gitignore | 3 ++- DEV_LOG.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 DEV_LOG.md diff --git a/.gitignore b/.gitignore index 7d94a00..298a7e8 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ pnpm-debug.log* # jetbrains setting folder .idea/ -DEV_LOG.md \ No newline at end of file + +.vscode \ No newline at end of file diff --git a/DEV_LOG.md b/DEV_LOG.md new file mode 100644 index 0000000..ce09c72 --- /dev/null +++ b/DEV_LOG.md @@ -0,0 +1 @@ +Task 1: Astro 基础脚手架已生成