first commit

This commit is contained in:
Johan LEROY
2026-04-21 14:14:03 +02:00
commit 7c7ff160eb
125 changed files with 13379 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# build output
dist/
.astro/
# deps
node_modules/
# env
.env
.env.production
.env.local
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# editors
.vscode/*
!.vscode/extensions.json
.idea/
# macOS
.DS_Store
# temp
*.log