Add ignore file for Chef cookbooks
These ignores are generated by berkshelf, a tool commonly used in the Chef community for managing cookbooks. This .gitignore is used by Opscode across publicly available cookbooks.
This commit is contained in:
parent
b2c694d792
commit
022572a0d0
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