chore: update project configurations and add Prettier settings

This commit is contained in:
2025-03-13 21:05:32 +01:00
parent 1f2304144c
commit a261bbd60c
25 changed files with 1100 additions and 940 deletions

18
.prettierignore Normal file
View File

@ -0,0 +1,18 @@
# Build directories
dist/
.astro/
.next/
# Node modules
node_modules/
# Package lock files
bun.lock
package-lock.json
yarn.lock
# Other generated files
.DS_Store
.env
.env.*
!.env.example