mirror of
https://github.com/novnc/noVNC.git
synced 2025-09-06 22:26:28 +00:00

This updates the .npmignore file to ignore some new files that were recently added, and to keep the `core` directory, so that noVNC can be used as an ES6 module from NPM. This also updates package.json to clean when generating lib files in the `prepare` phase (which has replaced the `prepublish` phase).
38 lines
461 B
Plaintext
38 lines
461 B
Plaintext
# 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
|
|
|
|
# documentation (except licenses)
|
|
/docs/notes
|
|
/docs/links
|
|
/docs/release.txt
|
|
/docs/rfb_notes
|
|
/docs/*.pdf
|
|
/docs/flash_policy.txt
|
|
/CONTRIBUTING.md
|