diff --git a/cspell.config.json b/cspell.config.json index 72380660..b63537d7 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -28,7 +28,11 @@ "docs/**/*.yaml", "dashboards/**", "src/**", - "pkg/**" + "pkg/**", + "jsonnet/generator/jsonnetfile.json", + "jsonnet/generator/jsonnetfile.lock.json", + "jsonnet/generator/schema.json", + "jsonnet/generator/docs/**" ], "ignoreRegExpList": [ "import\\s*\\((.|[\r\n])*?\\)", @@ -73,6 +77,7 @@ "timeshift", "templatig", "lastvalue", - "typeahead" + "typeahead", + "jsonnet" ] }