chore: add .npmignore for testrunner (#3290)

This commit is contained in:
Andrey Lushnikov
2018-09-21 17:27:10 -07:00
committed by GitHub
parent 5b3ddf554a
commit 12e317ce17

View 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