Skip to content

Commit

Permalink
Add bolt-related files to .gitignore default paths
Browse files Browse the repository at this point in the history
The files added are usually expected to be ignored in a Bolt project.
  • Loading branch information
jay7x authored Mar 5, 2024
1 parent bbeb153 commit fda7ff1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ common:
- '.envrc'
- '/inventory.yaml'
- '/spec/fixtures/litmus_inventory.yaml'
- '.resource_types'
- '.modules'
- '.task_cache.json'
- '.plan_cache.json'
- '.rerun.json'
- 'bolt-debug.log'
- 'Puppetfile'
.pdkignore:
required: *ignorepaths
paths:
Expand Down

0 comments on commit fda7ff1

Please sign in to comment.