12 lines
195 B
Plaintext
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
|