Do not format type files
This commit is contained in:
parent
dca00c425f
commit
2c0e3bb4bf
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,6 +13,7 @@
|
||||||
!.nvmrc
|
!.nvmrc
|
||||||
!.npmrc
|
!.npmrc
|
||||||
!.plop
|
!.plop
|
||||||
|
!.prettierignore
|
||||||
!.pylintrc
|
!.pylintrc
|
||||||
!.travis*
|
!.travis*
|
||||||
!.testcafe
|
!.testcafe
|
||||||
|
|
1
.prettierignore
Normal file
1
.prettierignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
types/
|
Loading…
Reference in a new issue