1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 05:34:21 +01:00
gitignore/ChefCookbook.gitignore
2022-03-11 20:59:36 -05:00

32 lines
280 B
Plaintext

*~
*#
.#*
\#*#
.*.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
/cookbooks
# VS Code
.vscode
# Vagrant
package.box
.vagrant