Add known terms

pull/720/head
Sean Killeen 2022-10-07 22:25:48 -04:00
parent 5412eefb88
commit d17517a324
1 changed files with 6 additions and 5 deletions

View File

@ -2,9 +2,12 @@
"version": "0.2",
"language": "en",
"words": [
"CFSSL",
"kubeconfig",
"kubeconfigs",
"runc"
],
"ignoreWords": [
],
"ignoreWords": [],
"patterns": [
{
"name": "Markdown links",
@ -56,7 +59,5 @@
"Multi-line code blocks",
"HTML Tags"
],
"ignorePaths": [
]
"ignorePaths": []
}