This commit is contained in:
xiongxiao
2026-03-21 20:32:27 +08:00
committed by cnb
commit b00b4a69a7
19 changed files with 560 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# 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