Skip to content

Commit

Permalink
Merge pull request #879 from rwaffen/add_bolt_files_to_gitignore
Browse files Browse the repository at this point in the history
Add bolt files to .gitignore
  • Loading branch information
bastelfreak authored Mar 8, 2024
2 parents d083aee + 76319ed commit f94f652
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion moduleroot/.gitignore.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
.*.sw?
/.yardoc/
/Guardfile
<% if ! @configs['paths'].nil? -%>
bolt-debug.log
.rerun.json
<% unless @configs['paths'].nil? -%>
<% @configs['paths'].each do |path| -%>
<%= path %>
<% end -%>
Expand Down

0 comments on commit f94f652

Please sign in to comment.