Files
familiarosatheme/.prettierignore
2025-03-06 15:19:05 +00:00

12 lines
195 B
Plaintext

# 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