This commit is contained in:
commit
d66af6eccc
12 changed files with 302 additions and 0 deletions
19
.prettierignore
Normal file
19
.prettierignore
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
## file extensions
|
||||
*.*
|
||||
!*.scss
|
||||
!*.css
|
||||
!*.js
|
||||
!*.json
|
||||
!*.jsx
|
||||
!*.less
|
||||
!*.md
|
||||
!*.mdx
|
||||
!*.ts
|
||||
!*.tsx
|
||||
!*.yml
|
||||
|
||||
# ignore
|
||||
node_modules/**/*.*
|
||||
documentation/**/*.*
|
||||
dist/**/*.*
|
||||
coverage/**/*.*
|
||||
Loading…
Add table
Add a link
Reference in a new issue