Init commit
This commit is contained in:
11
.prettierignore
Normal file
11
.prettierignore
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user