1234567891011121314151617181920212223242526272829303132333435 |
- .vagrant
- *~
- *#
- .#*
- \#*#
- .*.sw[a-z]
- *.un~
- # Bundler
- Gemfile.lock
- gems.locked
- bin/*
- .bundle/*
- # test kitchen
- .kitchen/
- kitchen.local.yml
- # Chef Infra
- Berksfile.lock
- .zero-knife.rb
- Policyfile.lock.json
- .idea/
- # Bundle + renv
- .gem
- # Cookbook export directory
- policy-export
- nodes
- Policyfile.rb
- # Policy lock (for now)
- *.lock.json
|