Old Astro setup

This commit is contained in:
Alexis
2024-08-06 16:55:05 +02:00
parent 7e61f617c2
commit 4f01f8b373
26 changed files with 8564 additions and 14262 deletions

27
.gitignore vendored
View File

@@ -1,8 +1,21 @@
node_modules
*.log*
.nuxt
.nitro
.cache
.output
# 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
dist
.env.production
# macOS-specific files
.DS_Store