diff options
| author | Asai Neko <sugar@sne.moe> | 2025-12-07 19:07:57 +0800 |
|---|---|---|
| committer | Asai Neko <sugar@sne.moe> | 2025-12-07 19:07:57 +0800 |
| commit | 7c79e5cee930baf484aacb07b8a7ca93127de63a (patch) | |
| tree | 7038869caab18074d1314c545a081850a9b1875c /.gitignore | |
Initialize starlight with astro framework
Signed-off-by: Asai Neko <sugar@sne.moe>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
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 |