Browse Source

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.
pull/726/head
jtimberman 11 years ago
parent
commit
022572a0d0
1 changed files with 17 additions and 0 deletions
  1. 17
    0
      ChefCookbook.gitignore

+ 17
- 0
ChefCookbook.gitignore View File

@@ -0,0 +1,17 @@
.vagrant
Berksfile.lock
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
/cookbooks

# Bundler
Gemfile.lock
bin/*
.bundle/*

.kitchen/
.kitchen.local.yml

Loading…
Cancel
Save