Default Astro.js template

This commit is contained in:
Blboun3
2024-03-19 12:59:26 +01:00
parent 6dc10835a0
commit d97457ccc7
14 changed files with 4096 additions and 3 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