mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: add .npmignore for testrunner (#3290)
This commit is contained in:
parent
5b3ddf554a
commit
12e317ce17
13
utils/testrunner/.npmignore
Normal file
13
utils/testrunner/.npmignore
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# exclude all examples and README.md
|
||||||
|
examples/
|
||||||
|
README.md
|
||||||
|
|
||||||
|
# repeats from .gitignore
|
||||||
|
node_modules
|
||||||
|
.npmignore
|
||||||
|
.DS_Store
|
||||||
|
*.swp
|
||||||
|
*.pyc
|
||||||
|
.vscode
|
||||||
|
package-lock.json
|
||||||
|
yarn.lock
|
Loading…
Reference in New Issue
Block a user