playwright/.npmignore

14 lines
183 B
Plaintext
Raw Normal View History

**/*
# include sources from lib except for injected
!lib/**/*.js
lib/injected/
# include root helpers
!chromium.js
!DeviceDescriptors.js
!Errors.js
!firefox.js
!index.js
!webkit.js