Skip to content

Commit

Permalink
Add test output files to git ignore list (kube-burner#719)
Browse files Browse the repository at this point in the history
## Type of change

- [x] Optimization

## Description

Running tests locally creates many log files that git should ignore

Signed-off-by: Ygal Blum <[email protected]>
  • Loading branch information
ygalblum authored Oct 31, 2024
1 parent 0bf128f commit 189b9d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
bin
dist
site/
test/k8s/kube-burner-*-*-*-*-*.log
test/k8s/metrics-*-*-*-*-*/
test/k8s/*/alert.json
.vscode/

0 comments on commit 189b9d2

Please sign in to comment.