OP#563 add ls step
This commit is contained in:
40
.gitignore
vendored
40
.gitignore
vendored
@@ -1,39 +1,5 @@
|
||||
.git/
|
||||
.*.sw[op]
|
||||
.metadata
|
||||
.yardoc
|
||||
.yardwarns
|
||||
Gemfile.lock
|
||||
FileList
|
||||
.scannerwork
|
||||
*.iml
|
||||
/.bundle/
|
||||
/.idea/
|
||||
/.vagrant/
|
||||
/coverage/
|
||||
/bin/
|
||||
/doc/
|
||||
/Gemfile.local
|
||||
/Gemfile.lock
|
||||
/junit/
|
||||
/log/
|
||||
/pkg/
|
||||
/spec/fixtures/manifests/
|
||||
/spec/fixtures/modules/*
|
||||
/tmp/
|
||||
/vendor/
|
||||
/.vendor/
|
||||
/convert_report.txt
|
||||
/update_report.txt
|
||||
.DS_Store
|
||||
.project
|
||||
.envrc
|
||||
/inventory.yaml
|
||||
/spec/fixtures/litmus_inventory.yaml
|
||||
.resource_types
|
||||
.modules
|
||||
.task_cache.json
|
||||
.plan_cache.json
|
||||
.rerun.json
|
||||
bolt-debug.log
|
||||
.vscode
|
||||
.puppet-lint.rc
|
||||
.rspec
|
||||
.vscode
|
||||
3
.puppet-lint.rc
Normal file
3
.puppet-lint.rc
Normal file
@@ -0,0 +1,3 @@
|
||||
--no-variable_scope-check
|
||||
--no-top_scope_facts
|
||||
--no-140chars-check
|
||||
Reference in New Issue
Block a user