From 74a9e1b1d90c30914d321623f4c0058388a5891c Mon Sep 17 00:00:00 2001 From: "nageuna922@gmail.com" Date: Fri, 20 Dec 2024 16:18:24 +0900 Subject: [PATCH] fix: cspell --- cspell.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index 326407d4..02e379a2 100644 --- a/cspell.json +++ b/cspell.json @@ -1,7 +1,17 @@ { "version": "8.3.2", "language": "en", - "ignorePaths": ["node_modules", ".next", "*.js", "*.json", "*.html", "*.css", "*.md", "*.svg"], + "ignorePaths": [ + "node_modules", + ".next", + "*.js", + "*.json", + "*.html", + "*.css", + "*.md", + "*.svg", + "public" + ], "files": ["src/**/*.tsx", "src/**/*.ts"], "words": [ "autodocs",