summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cspell.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/cspell.json b/cspell.json
index 4d2284d94d..ac59cb0e51 100644
--- a/cspell.json
+++ b/cspell.json
@@ -2198,7 +2198,8 @@
"lib/chef/provider/package/yum/simplejson/*",
"omnibus/resources/chef/**/*",
"kitchen-tests/cookbooks/end_to_end/files/*",
- "spec/**"
+ "spec/**",
+ "docs_site"
],
"ignoreRegExpList": [
// Ignore "'s" at the end of a word. If "Chef" is an accepted word, so is "Chef's".