Sync dashboard hero chips and update gitignore
All checks were successful
CI / build-and-deploy (push) Successful in 2m10s

This commit is contained in:
Jan
2026-04-10 16:39:05 +02:00
parent 3849e721e2
commit 92d96ffa27
2 changed files with 16 additions and 3 deletions

15
.gitignore vendored
View File

@@ -2,9 +2,22 @@ node_modules
.next
dist
coverage
.env
.env.local
.env.*.local
uploads
public/uploads
prisma/dev.db
prisma/dev.db
prisma/*.db
prisma/*.db-journal
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.DS_Store
Thumbs.db