6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
|
# Ignore all files:
|
||
|
*.*
|
||
|
|
||
|
# Negate the above pattern for CSS files in the `tailwind` folder:
|
||
|
!tailwind/**/*.css
|