update: improve project structure and add linting/formatting

This commit is contained in:
Rasmus Q
2026-03-15 20:58:55 +00:00
parent 3e33cf9499
commit 47e02d81c3
27 changed files with 103 additions and 25 deletions
+15
View File
@@ -0,0 +1,15 @@
# Ignore files for Prettier
build
.svelte-kit
dist
node_modules
# Ignore generated files
drizzle/meta
# Ignore lock files
bun.lock
package-lock.json
yarn.lock
pnpm-lock.yaml