🧹 chore(astro): astro build

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-19 02:19:14 +05:30
parent 74996af65d
commit 8aa6811802
121 changed files with 190 additions and 9421 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