1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 13:44:21 +01:00

Updated ChefCookbook with stock Chef lines and VSCode/Bundler excludes

This commit is contained in:
Mike Wheway 2021-02-15 11:09:05 -05:00
parent e3be083b88
commit 84b80c4db0

View File

@ -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