Skip to content

Commit

Permalink
Update .gitignore to exclude report image files
Browse files Browse the repository at this point in the history
Added patterns to ignore .webp files alongside .png for reports. This ensures consistency in ignoring generated report files across formats. Helps maintain a cleaner working directory.
  • Loading branch information
pftg committed Dec 20, 2024
1 parent 97d50f3 commit 4d1387f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
/tmp/
/vendor/sigs/

# Ignore report files
*.attempt_*.png
*.diff.png
*.base.png

*.attempt_*.webp
*.diff.webp
*.base.webp

0 comments on commit 4d1387f

Please sign in to comment.