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