commit 7cf273033aadc0c893920cf0b56d104de23bb8d8 parent 916818ad8b62dd51e9a868a501cf4886ed952a09 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 31 Jan 2022 03:16:38 +0100 Allow checking location files for typos Diffstat:
| M | _typos.toml | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/_typos.toml b/_typos.toml @@ -1,6 +1,8 @@ [files] extend-exclude = [ - "*.json", "*.svg", + "package.json", + "package-lock.json", + "*.svg", "localstorage/**", "node_modules/**", "matrix-art-db/**",