Initial import

This commit is contained in:
Max Schmidt
2023-05-13 16:38:56 +02:00
committed by 3wc
commit dffe6fdee3
44 changed files with 12435 additions and 0 deletions

21
astro/.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*
# macOS-specific files
.DS_Store
# types
src/types.ts