Initial commit

This commit is contained in:
2026-05-15 09:52:56 +02:00
commit 634c1822b0
19 changed files with 6927 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Dependencies
node_modules/
# Build output
dist/
.output/
# Astro cache
.astro/
# Environment variables
.env
.env.local
.env.*.local
# Editor
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS
.DS_Store
Thumbs.db
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*