From 7c79e5cee930baf484aacb07b8a7ca93127de63a Mon Sep 17 00:00:00 2001 From: Asai Neko Date: Sun, 7 Dec 2025 19:07:57 +0800 Subject: Initialize starlight with astro framework Signed-off-by: Asai Neko --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9048658 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# build output +dist/ +# generated types +.astro/ + +# dependencies +node_modules/ + +# logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + + +# environment variables +.env +.env.production + +# macOS-specific files +.DS_Store + +# Yarn v2 +.yarn/* +!.yarn/cache +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions -- cgit v1.2.3