mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
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
1 changed files with 17 additions and 0 deletions
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…
Add table
Reference in a new issue