test first commit

This commit is contained in:
Firq 2023-07-17 23:34:53 +02:00
parent 7bc2057f5c
commit 93ad10a1d5
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
23 changed files with 6404 additions and 75 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