From fd75ab353b7808fa63a223cde78a86869990b5ce Mon Sep 17 00:00:00 2001 From: Steven Pritchard <steven.pritchard@gmail.com> Date: Tue, 20 Oct 2020 17:22:17 -0500 Subject: [PATCH] (#352) Add .puppet-lint.rc and .sync.yml to .pdkignore Fixes #352. --- config_defaults.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config_defaults.yml b/config_defaults.yml index 94d9a5e..917d329 100644 --- a/config_defaults.yml +++ b/config_defaults.yml @@ -47,6 +47,7 @@ common: - '/.gitignore' - '/.gitlab-ci.yml' - '/.pdkignore' + - '/.puppet-lint.rc' - '/Rakefile' - '/rakelib/' - '/.rspec' @@ -55,6 +56,7 @@ common: - '/.yardopts' - '/spec/' - '/.vscode/' + - '/.sync.yml' .travis.yml: stages: - static -- GitLab