diff --git a/cspell.json b/cspell.json index 427442c..a299fc0 100644 --- a/cspell.json +++ b/cspell.json @@ -10,11 +10,12 @@ "enableGlobDot": true, "dictionaries": ["project-words", "rust"], "ignorePaths": [ - ".git", - ".sqlx", - "mesh-generated", + ".git/", + ".sqlx/", + "mesh-generated/", "src/graphql/schema/mina_schema.graphql", - "target" + "sql/", + "target/" ], "useGitignore": true }