diff options
author | Dane Springmeyer <springmeyer@users.noreply.github.com> | 2019-10-08 16:27:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-08 16:27:04 -0700 |
commit | d0281e3ca4686ca52b1b4d886dad4e8de27bdcfa (patch) | |
tree | 0a276075abad753498278b6c41d903bcb44520c5 /.npmignore | |
parent | 563f9d0534cf6540652121f468cb0526148d70b9 (diff) | |
download | qtlocation-mapboxgl-d0281e3ca4686ca52b1b4d886dad4e8de27bdcfa.tar.gz |
node package improvements (#15748)
* node package improvements
* npm run test-suite does not do anything anymore
Diffstat (limited to '.npmignore')
-rw-r--r-- | .npmignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000000..d2490da83f --- /dev/null +++ b/.npmignore @@ -0,0 +1,32 @@ +Makefile +CmakeLists.txt +*yml +build +cmake +misc +.* +*tgz +benchmark +expression-test +cloudformation +bin +vendor +include +mason_packages +mapbox-gl-js +test +lib +next +src +scripts +render-test +platform/android +platform/darwin +platform/default +platform/glfw +platform/ios +platform/linux +platform/macos +platform/qt +platform/node/symbol-list +platform/node/version-script
\ No newline at end of file |