From 4a31b0a39346a4fa19c19117e2bb28dbe95caee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Santos=20Reis?= Date: Wed, 2 Oct 2024 12:49:23 +0100 Subject: [PATCH] Update cspell.json to include flake.* and nix/** in the list of ignored files --- cspell.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cspell.json b/cspell.json index 5909b12..390723c 100644 --- a/cspell.json +++ b/cspell.json @@ -16,7 +16,10 @@ "src/graphql/schema/mina_schema.graphql", "sql/**", "static/scalar.standalone.min.js", - "target/**" + "target/**", + "flake.*", + "nix/**" ], - "useGitignore": true + "useGitignore": true, + "enabled": true }