mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
Merge pull request #726 from jtimberman/chef-cookbook
Add ignore file for Chef cookbooks
This commit is contained in:
commit
bb53647b8a
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
Add a link
Reference in a new issue