From 1ad86ec88a2ed064f2fe3813aeaf50fa2ebddf55 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Thu, 2 May 2024 16:36:57 +0900 Subject: [PATCH] chore: fixed cspell ignores --- .cspell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index 44418a4..fdfbd25 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", "version": "0.2", - "ignorePaths": ["**/*.json", "**/*.css", "node_modules", "**/*.log"], + "ignorePaths": ["**/*.json", "**/*.css", "node_modules", "**/*.log", "**/tests/*"], "useGitignore": true, "language": "en", "words": ["dataurl", "devpool", "outdir", "servedir", "typebox", "supabase", "ubiquibot"],