From dc4f9672927dcbac00073b7257e822c8a9eb2376 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sun, 5 Apr 2026 17:22:32 +0200 Subject: [PATCH] OP#563 add ls step --- .gitignore | 40 +++------------------------------------- .puppet-lint.rc | 3 +++ 2 files changed, 6 insertions(+), 37 deletions(-) create mode 100644 .puppet-lint.rc diff --git a/.gitignore b/.gitignore index 2295c4d..cfae693 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/.puppet-lint.rc b/.puppet-lint.rc new file mode 100644 index 0000000..269b058 --- /dev/null +++ b/.puppet-lint.rc @@ -0,0 +1,3 @@ +--no-variable_scope-check +--no-top_scope_facts +--no-140chars-check \ No newline at end of file