mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
26 lines
529 B
Plaintext
26 lines
529 B
Plaintext
# this ignores everything by default, except for package.json and LICENSE and README.md
|
|
# see https://docs.npmjs.com/misc/developers
|
|
**/*
|
|
|
|
# include sources from lib except for injected, but not map files
|
|
!lib/**/*.js
|
|
# Injected files are included via lib/generated, see src/injected/README.md
|
|
lib/injected/
|
|
#types
|
|
!lib/**/*.d.ts
|
|
!index.d.ts
|
|
# Install
|
|
!install.js
|
|
|
|
# root for "playwright" package
|
|
!index.js
|
|
|
|
# specific browsers
|
|
!chromium.js
|
|
!firefox.js
|
|
!webkit.js
|
|
|
|
# Dgozman says to remove these
|
|
!DeviceDescriptors.js
|
|
!Errors.js
|