Skip to content

Commit

Permalink
Issue #0: Update README, add line in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeidro committed Oct 28, 2024
1 parent 05cdafd commit c0742e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ A library that extends and improves the default options provided by [BackstopJS]
composer require --dev metadrop/backstopjs-addons
```

Add the path of the "bacsktopjs-addons" folder to the project's .gitignore, for example:

```bash
/tests/backstopjs/common/libraries/
```

You can override the default destination of the library ("tests/backstopjs/common/libraries/backstopjs-addons") by adding the following parameter to the extra section
of your project's composer.json file:

Expand Down

0 comments on commit c0742e7

Please sign in to comment.