WIP: Astro Site #1

Draft
luke wants to merge 5 commits from astro-site into main
Showing only changes of commit eaeeb6b4cb - Show all commits

12
.gitignore vendored
View File

@ -1,3 +1,7 @@
#---------------
# Astro Stuff
#---------------
# build output # build output
dist/ dist/
# generated types # generated types
@ -12,6 +16,14 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
pnpm-debug.log* pnpm-debug.log*
#--------------
# Rust/Cargo
#--------------
target/
#--------
# Misc
#--------
# environment variables # environment variables
.env .env