X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=.npmignore;h=c335c33825cf995cbaf8d851200afa954fd6aaab;hb=d6ae4457738a54593f8d230d16cd1a464b151100;hp=b572f7abf6a0d7ccf003d79d445958c2dba99bd5;hpb=9b3d363d07ab0076e66fc496d6a4ecabe4c3bb83;p=mirror_novnc.git diff --git a/.npmignore b/.npmignore index b572f7a..c335c33 100644 --- a/.npmignore +++ b/.npmignore @@ -1,20 +1,37 @@ -app -core -.gitmodules -node_modules +# infra JS +/build/ +/node_modules/ +/tests/ +/utils/ +/recordings/ +/vendor/sinon.js + +# noVNC application files +/app +/vendor/browser-es-module-loader +/vendor/promise.js +/vnc.html +/vnc_lite.html + +# raw translation files +/po + +# config files +/.travis.yml +/karma.conf.js + +# various other files +/.gitmodules .* *~ *.swp *.swo -tests -.travis.yml -utils -docs/notes -docs/links -docs/release.txt -docs/rfb_notes -docs/*.pdf -vnc.html -vnc_auto.html -karma.conf.js -docs/flash_policy.txt + +# documentation (except licenses) +/docs/notes +/docs/links +/docs/release.txt +/docs/rfb_notes +/docs/*.pdf +/docs/flash_policy.txt +/CONTRIBUTING.md