Init
This commit is contained in:
12
.prettierignore
Normal file
12
.prettierignore
Normal file
@@ -0,0 +1,12 @@
|
||||
# Ignore all files:
|
||||
*.*
|
||||
|
||||
# Negate the above pattern for `./tailwind.css`, CSS files in the `./tailwind`
|
||||
# folder and for all JavaScript files:
|
||||
!tailwind.css
|
||||
!tailwind/**/*.css
|
||||
!*.js
|
||||
!*.mjs
|
||||
|
||||
# Ignore minified JavaScript:
|
||||
*.min.js
|
||||
Reference in New Issue
Block a user