Init commit

This commit is contained in:
2025-03-06 15:19:05 +00:00
commit 03785483e8
58 changed files with 9792 additions and 0 deletions

11
.prettierignore Normal file
View File

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