From 15d6bc12880f0bd45ddcdc97991954e24a06260e Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 18 Jun 2020 17:09:38 -0700 Subject: 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.1