21 строка
479 B
Plaintext
21 строка
479 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
|
|
|
|
# root for "playwright-core/web"
|
|
!web.js
|