Add more exceptions to .prettierignore
This allows `yarn prettier` to run successfully.
This commit is contained in:
parent
bcd6c1a0d3
commit
144cc2923e
1 changed files with 3 additions and 0 deletions
|
|
@ -1,11 +1,14 @@
|
||||||
LICENSE
|
LICENSE
|
||||||
|
Dockerfile
|
||||||
dist/
|
dist/
|
||||||
*.zip
|
*.zip
|
||||||
yarn.lock
|
yarn.lock
|
||||||
.idea
|
.idea
|
||||||
.gitignore
|
.gitignore
|
||||||
|
.eslintignore
|
||||||
.prettierignore
|
.prettierignore
|
||||||
.tx/
|
.tx/
|
||||||
layers/
|
layers/
|
||||||
locales/*.json
|
locales/*.json
|
||||||
resources/boundaries/
|
resources/boundaries/
|
||||||
|
resources/standalone/*.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue