formatter: apply changes

This commit is contained in:
Jan Kremer 2024-10-23 11:14:39 +02:00
parent c5f3185f6a
commit d9aa931156
Signed by: jan
GPG key ID: A7DA689CB3B078EC
4 changed files with 13 additions and 6 deletions

View file

@ -23,5 +23,7 @@
settings.global.excludes = [
"public/**"
"static/**"
".envrc"
"*.webp"
];
}