From d59d1b3795c1ae75a5ecde15c4028b1c4b00b709 Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Mon, 8 Jun 2026 12:53:19 -0700 Subject: [PATCH] Add Bolt and macOS ignore files Some bolt files had previously been added. This adds the rest from https://github.com/OpenVoxProject/openbolt/commit/927cbd9db8e5a2391c5810e159c3a22d5b24a086 Also adds the macOS .DS_Store file --- moduleroot/.gitignore.erb | 6 ++++++ 1 file changed, 6 insertions(+) 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 %>