Skip to content

Add .code-pushup folder to .gitignore in setup wizard #1247

@matejchalk

Description

@matejchalk

User story

Code PushUp reports are generated into a .code-pushup folder by default. The report files aren't meant to be committed to the repository, so it's convenient to add this pattern to a .gitignore file.

Output

# ... previous .gitignore content ...

# Code PushUp reports
.code-pushup

Acceptance criteria

  • The setup wizard adds the .code-pushup pattern to .gitignore.
  • If a .gitignore file doesn't exist, it is created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions