summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-18 17:09:38 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-23 14:48:25 -0700
commit15d6bc12880f0bd45ddcdc97991954e24a06260e (patch)
treecd98305a0f0d47351e47893c90f62b440f03b6c0 /.gitignore
parent66b1f1f4e66ab9dc85381966b7cddf6381541d2a (diff)
downloadchef-15d6bc12880f0bd45ddcdc97991954e24a06260e.tar.gz
Setup cspell to pull from our common dictionary
This makes it easier for us to use this on other projects. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 52705a76ef..df2d678539 100644
--- a/.gitignore
+++ b/.gitignore
@@ -87,3 +87,6 @@ ext/win32-eventlog/mkmf.log
# ignore byebug command history file.
.byebug_history
+
+# our custom dictionary pulled from https://github.com/chef/chef_dictionary/
+chef_dictionary.txt \ No newline at end of file