playwright/.npmignore

21 lines
445 B
Plaintext
Raw Normal View History

# this ignores everything by default, except for package.json and LICENSE and README.md
# see https://docs.npmjs.com/misc/developers
**/*
2019-11-19 05:18:28 +03:00
# 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
2019-12-14 22:56:34 +03:00
# Install
!install.js
2019-11-19 05:18:28 +03:00
# root for "playwright" package
!index.js
2019-11-19 05:18:28 +03:00
# root for "playwright/web"
!web.js