WowPress-Tailwind/.prettierignore

11 lines
188 B
Plaintext
Raw Normal View History

2024-04-15 16:00:49 +02:00
# 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