This commit is contained in:
Niki Wix Skaarup 2025-04-06 02:08:53 +02:00
commit 519b43e9f8
Signed by: nikiskaarup
GPG key ID: FC2F1B116F6E788C
29 changed files with 1043 additions and 0 deletions

47
.gitignore vendored Normal file
View file

@ -0,0 +1,47 @@
.bun
.DS_Store
.env
.env.*
.env.development.local
.env.local
.env.production.local
.env.test.local
!.env.example
.netlify
.output
.pnp.js
.vercel
.vercel
*.log
*.pem
**/*.bun
**/*.log
**/*.tar.gz
**/*.tgz
**/*.trace
**/*.zip
/.next/
/.pnp
/.svelte-kit
/~
/build
/coverage
/node_modules
/out/
/package
node_modules
npm-debug.log*
package-lock.json
yarn-debug.log*
yarn-error.log*
**/*.sqlite3
**/*.sqlite3-shm
**/*.sqlite3-wal
**/*.sqlite
**/*.sqlite-shm
**/*.sqlite-wal
**/*.db
**/*.db-shm
**/*.db-wal