mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
185786b49a
No reason to keep the Gemfile.lock in the www directory under source control. It adds extra steps to the www release process after an InSpec release because the release process will fail of the git working tree is not clean (and since the www Rake tasks rely on InSpec stuff, the Gemfile.lock will be perpetually out of date). Signed-off-by: Adam Leff <adam@leff.co>
30 lines
420 B
Text
30 lines
420 B
Text
Gemfile.lock
|
|
coverage
|
|
*.gem
|
|
.gallery
|
|
.kitchen
|
|
.delivery/cli.toml
|
|
Berksfile.lock
|
|
.bundle
|
|
.librarian
|
|
Puppetfile.lock
|
|
.kitchen.local.yml
|
|
profile.tar.gz
|
|
omnibus/.cache
|
|
omnibus/pkg
|
|
test/**/*.lock
|
|
examples/**/*.lock
|
|
examples/meta-profile/vendor/
|
|
habitat/VERSION
|
|
habitat/results
|
|
/.ruby-gemset
|
|
/.ruby-version
|
|
/.direnv
|
|
/.envrc
|
|
results/
|
|
|
|
www/source/index.html.slim
|
|
www/Gemfile.lock
|
|
|
|
meta-profile-0.2.0.tar.gz
|
|
profile-1.0.0.tar.gz
|