Skip to content

Commit

Permalink
chore: update gitignore paths (#239)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
I noticed after running smoke tests locally that after the repo
structure refactor, some files that should be ignored weren't being
ignored.

## Short description of the changes
- Updated gitignore
  • Loading branch information
pkanal authored Aug 12, 2024
1 parent 9915b47 commit 410f972
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ dist

# test stuff
junit.xml
smoke-tests/collector/data.json
smoke-tests/collector/data-results/*.json
smoke-tests/report.xml
cypress/screenshots/*
/**/smoke-tests/collector/data.json
/**/smoke-tests/collector/data-results/*.json
/**/smoke-tests/report.xml
/**/cypress/screenshots/*

# example build outputs
build

0 comments on commit 410f972

Please sign in to comment.