Skip to content

Commit

Permalink
Explicitly ignore manifests and modules fixtures
Browse files Browse the repository at this point in the history
In some modules we hav spec/fixtures/hiera which would otherwise end up
ignored.
  • Loading branch information
ekohl committed Sep 29, 2023
1 parent 8eb7f92 commit 4637816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion moduleroot/.gitignore.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ vendor/
.ruby-*

## rspec
spec/fixtures/
spec/fixtures/manifests
spec/fixtures/modules
junit/

## Puppet module
Expand Down

0 comments on commit 4637816

Please sign in to comment.