diff --git a/moduleroot/.gitignore.erb b/moduleroot/.gitignore.erb index 0d953ba7..60c2e1d4 100644 --- a/moduleroot/.gitignore.erb +++ b/moduleroot/.gitignore.erb @@ -21,8 +21,14 @@ .*.sw? /.yardoc/ /Guardfile +.modules/ +.resource_types/ bolt-debug.log +.plan_cache.json +.plugin_cache.json +.task_cache.json .rerun.json +.DS_Store <% unless @configs['paths'].nil? -%> <% @configs['paths'].each do |path| -%> <%= path %>