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:
parent
e3be083b88
commit
84b80c4db0
@ -1,9 +1,31 @@
|
|||||||
.vagrant
|
*~
|
||||||
/cookbooks
|
*#
|
||||||
|
.#*
|
||||||
|
\#*#
|
||||||
|
.*.sw[a-z]
|
||||||
|
*.un~
|
||||||
|
*.bak
|
||||||
|
.DS_Store
|
||||||
|
test/.DS_Store
|
||||||
|
|
||||||
# Bundler
|
# Bundler
|
||||||
|
Gemfile.lock
|
||||||
|
gems.locked
|
||||||
bin/*
|
bin/*
|
||||||
.bundle/*
|
.bundle/*
|
||||||
|
|
||||||
|
# test kitchen
|
||||||
.kitchen/
|
.kitchen/
|
||||||
.kitchen.local.yml
|
.kitchen.local.yml
|
||||||
|
|
||||||
|
# Chef
|
||||||
|
Berksfile.lock
|
||||||
|
.zero-knife.rb
|
||||||
|
Policyfile.lock.json
|
||||||
|
|
||||||
|
# VS Code
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# Vagrant
|
||||||
|
package.box
|
||||||
|
.vagrant
|
Loading…
Reference in New Issue
Block a user