first commit

This commit is contained in:
2024-02-23 20:48:46 +01:00
commit 15fe7fa703
56 changed files with 18071 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
data.sqlite
/dist
/tmp
/tools