.autotest
coverage
.DS_Store
pkg/*
tags
*/tags
*~
.chef
results

# You should check in your Gemfile.lock in applications, and not in gems
external_tests/*.lock
/Gemfile.local

# ignore some common Bundler 'binstubs' directory names
# http://gembundler.com/man/bundle-exec.1.html
b/
binstubs/
.bundle
# RVM and RBENV ruby version files
.rbenv-version
.rvmrc
.ruby-version
.ruby-gemset

# IDE files
.project
.idea

# Documentation
_site/*
.yardoc/
doc/

# Test Kitchen
.kitchen/

# Vagrant
Vagrantfile
.vagrant/

# Kitchen Tests lock files and chef data
kitchen-tests/nodes/*
kitchen-tests/Gemfile.lock
kitchen-tests/Berksfile.lock

# Temporary files present during spec runs
spec/data/test-dir
spec/data/nodes
spec/data/chef_guid
/config/

vendor/
kitchen-tests/vendor

# Visual Studio Code files
.vscode

# ignore nodes generated during local testing
nodes/

# chef-config
chef-config/.bundle
chef-config/Gemfile.lock