This commit is contained in:
2025-08-21 13:50:07 +02:00
commit 58d71ad38b
51 changed files with 15313 additions and 0 deletions

12
.prettierignore Normal file
View File

@@ -0,0 +1,12 @@
# Ignore all files:
*.*
# Negate the above pattern for `./tailwind.css`, CSS files in the `./tailwind`
# folder and for all JavaScript files:
!tailwind.css
!tailwind/**/*.css
!*.js
!*.mjs
# Ignore minified JavaScript:
*.min.js