rewrite website
All checks were successful
deploy / build-and-deploy (push) Successful in 13s

This commit is contained in:
2025-10-13 17:22:49 +02:00
parent a6d910f56a
commit ce01746dd7
263 changed files with 17905 additions and 14451 deletions

33
.gitignore vendored
View File

@@ -1,12 +1,23 @@
.idea
.DS_Store
node_modules
/build
/.svelte-kit
/package
# 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.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
database.db
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/