init commit

This commit is contained in:
2024-06-05 17:37:13 +00:00
commit 7a1361419a
52 changed files with 2693 additions and 0 deletions

10
.prettierignore Normal file
View File

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