mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Sorted and cleaned up .gitignore a bit
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
f28265358b
commit
747d16bd7d
1 changed files with 29 additions and 31 deletions
60
.gitignore
vendored
60
.gitignore
vendored
|
@ -1,42 +1,40 @@
|
|||
Gemfile.lock
|
||||
Gemfile.local
|
||||
coverage
|
||||
*.gem
|
||||
.attribute.yml
|
||||
.bundle
|
||||
.delivery/cli.toml
|
||||
.gallery
|
||||
.kitchen
|
||||
.delivery/cli.toml
|
||||
Berksfile.lock
|
||||
.bundle
|
||||
.librarian
|
||||
Puppetfile.lock
|
||||
.kitchen.local.yml
|
||||
kitchen.local.yml
|
||||
profile.tar.gz
|
||||
omnibus/.cache
|
||||
omnibus/pkg
|
||||
test/**/*.lock
|
||||
.librarian
|
||||
.terraform/
|
||||
/.direnv
|
||||
/.envrc
|
||||
/.ruby-gemset
|
||||
/.ruby-version
|
||||
/Berksfile.lock
|
||||
/Gemfile.local
|
||||
Gemfile.lock
|
||||
Puppetfile.lock
|
||||
contrib/*
|
||||
coverage
|
||||
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
|
||||
.attribute.yml
|
||||
.terraform/
|
||||
terraform.tfvars
|
||||
terraform.tfstate*
|
||||
terraform.tfstate.backup
|
||||
inspec-azure.plan
|
||||
inspec-aws-*.plan
|
||||
contrib/*
|
||||
inspec-azure.plan
|
||||
inspec-deprecations-in-cfg.txt
|
||||
inspec-deprecations-in-lib.txt
|
||||
kitchen.local.yml
|
||||
meta-profile-0.2.0.tar.gz
|
||||
omnibus/.cache
|
||||
omnibus/pkg
|
||||
profile-1.0.0.tar.gz
|
||||
profile.tar.gz
|
||||
results/
|
||||
terraform.tfstate*
|
||||
terraform.tfstate.backup
|
||||
terraform.tfvars
|
||||
test/**/*.lock
|
||||
www/Gemfile.lock
|
||||
www/source/index.html.slim
|
||||
|
|
Loading…
Reference in a new issue