Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ test-results/
# Hand-written declaration files — keep these
!packages/*/src/playwright.d.ts

# Generated from the installed playwright-core (see scripts/sync-playwright-injected-script.mjs)
packages/mobilewright-core/src/generated/

# TypeScript build artifacts emitted outside dist/
packages/*/src/**/*.js
packages/*/src/**/*.js.map
Expand Down
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default [
'node_modules/',
'packages/*/dist/',
'**/playwright-report/',
'packages/mobilewright-core/src/generated/',
],
},
{
Expand Down
Loading