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

32 lines
280 B
Plaintext
Raw Normal View History

*~
*#
.#*
\#*#
.*.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