mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
18 lines
421 B
Plaintext
18 lines
421 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
|
|
|
|
# root for "playwright-core" package
|
|
!index.js
|
|
|
|
# browser descriptor
|
|
!browsers.json
|