matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit aef0101f1d71fb5a13d95e0d76933e38f1727ec3
parent 7cf273033aadc0c893920cf0b56d104de23bb8d8
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 31 Jan 2022 03:25:15 +0100

Disable typo checks for json files due to false positives

Diffstat:
M_typos.toml | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/_typos.toml b/_typos.toml @@ -1,7 +1,6 @@ [files] extend-exclude = [ - "package.json", - "package-lock.json", + "*.json", "*.svg", "localstorage/**", "node_modules/**",