From 84b80c4db0c4263ac92c5b685e57cf05c8a9f3c7 Mon Sep 17 00:00:00 2001 From: Mike Wheway Date: Mon, 15 Feb 2021 11:09:05 -0500 Subject: [PATCH] Updated ChefCookbook with stock Chef lines and VSCode/Bundler excludes --- ChefCookbook.gitignore | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/ChefCookbook.gitignore b/ChefCookbook.gitignore index 5ee7b7a9..8e9a005b 100644 --- a/ChefCookbook.gitignore +++ b/ChefCookbook.gitignore @@ -1,9 +1,31 @@ -.vagrant -/cookbooks +*~ +*# +.#* +\#*# +.*.sw[a-z] +*.un~ +*.bak +.DS_Store +test/.DS_Store # Bundler +Gemfile.lock +gems.locked bin/* .bundle/* +# test kitchen .kitchen/ .kitchen.local.yml + +# Chef +Berksfile.lock +.zero-knife.rb +Policyfile.lock.json + +# VS Code +.vscode + +# Vagrant +package.box +.vagrant \ No newline at end of file