Files
studio-up/.prettierignore
2025-08-21 13:50:07 +02:00

13 lines
229 B
Plaintext

# 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