WowPress-Tailwind/.prettierignore

11 lines
188 B
Plaintext

# 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