Skip to content

Commit

Permalink
chore: .gitignore playwright-report
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Feb 22, 2024
1 parent de9d59e commit 053f98a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 73 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ node_modules

# testing
coverage
/test-results/
playwright-report/
playwright/.cache/

# next.js
.next/
Expand All @@ -32,7 +35,4 @@ yarn-error.log*
*.tsbuildinfo

# turbo
.turbo
/test-results/
/playwright-report/
/playwright/.cache/
.turbo
69 changes: 0 additions & 69 deletions apps/test/playwright-report/index.html

This file was deleted.

0 comments on commit 053f98a

Please sign in to comment.