From 37d720ebc3bae216d401db1224bcd520689b3a67 Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Fri, 14 Aug 2026 14:23:43 +0800 Subject: [PATCH] chore: update .gitignore --- .gitignore | 2 ++ src/components/AspectRatio.astro | 0 2 files changed, 2 insertions(+) delete mode 100644 src/components/AspectRatio.astro diff --git a/.gitignore b/.gitignore index 6faf2a6..8b84fbb 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ pnpm-debug.log* *.tar *.gz + +.claude diff --git a/src/components/AspectRatio.astro b/src/components/AspectRatio.astro deleted file mode 100644 index e69de29..0000000