Exclude _site
folder from formatting checks
This commit is contained in:
parent
07c3d1b9b6
commit
7f825e9ca7
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@
|
|||
"fmt": {
|
||||
"exclude": [
|
||||
"LICENSE*",
|
||||
"COPYING"
|
||||
"COPYING",
|
||||
"_site/"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue