feat: Add project

This commit is contained in:
mattcroat
2023-04-28 15:24:55 +02:00
commit 002f364996
41 changed files with 3489 additions and 0 deletions

14
.prettierignore Normal file
View File

@ -0,0 +1,14 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
.vercel
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock