Skip to content

Commit

Permalink
Reorganize .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Sep 7, 2024
1 parent 52eb567 commit 4133b68
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
*.tmp

# Tests
artifacts
coverage
*.tmp
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/

# Dependencies
node_modules
Expand All @@ -33,7 +39,3 @@ node_modules

# Local files
*.local
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/

0 comments on commit 4133b68

Please sign in to comment.