.gitignore 145 B

123456789101112131415161718
  1. .vagrant
  2. Berksfile.lock
  3. *~
  4. *#
  5. .#*
  6. \#*#
  7. .*.sw[a-z]
  8. *.un~
  9. /cookbooks
  10. # Bundler
  11. Gemfile.lock
  12. bin/*
  13. .bundle/*
  14. VERSION
  15. .kitchen/
  16. .kitchen.local.yml