mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
21 lines
474 B
Plaintext
21 lines
474 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
|
|
!types/*
|
|
!index.d.ts
|
|
|
|
# used for npm install scripts
|
|
!download-browser.js
|
|
|
|
# root for "playwright-core" package
|
|
!index.js
|
|
|
|
# browser descriptor
|
|
!browsers.json
|