Merge pull request #726 from jtimberman/chef-cookbook
Add ignore file for Chef cookbooks
This commit is contained in:
commit
bb53647b8a
17
ChefCookbook.gitignore
Normal file
17
ChefCookbook.gitignore
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
.vagrant
|
||||||
|
Berksfile.lock
|
||||||
|
*~
|
||||||
|
*#
|
||||||
|
.#*
|
||||||
|
\#*#
|
||||||
|
.*.sw[a-z]
|
||||||
|
*.un~
|
||||||
|
/cookbooks
|
||||||
|
|
||||||
|
# Bundler
|
||||||
|
Gemfile.lock
|
||||||
|
bin/*
|
||||||
|
.bundle/*
|
||||||
|
|
||||||
|
.kitchen/
|
||||||
|
.kitchen.local.yml
|
Loading…
Reference in New Issue
Block a user