X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=.npmignore;h=c335c33825cf995cbaf8d851200afa954fd6aaab;hb=3a7c0c67c174d880a1df11b6c2f6c020dd492451;hp=69a33a548436f1eca122381a0d45fe3cd4383d11;hpb=ae510306b5094b55aa08a2a0d15a151704f70993;p=mirror_novnc.git diff --git a/.npmignore b/.npmignore index 69a33a5..c335c33 100644 --- a/.npmignore +++ b/.npmignore @@ -1,21 +1,37 @@ -app -core -favicon.ico -.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