mirror of
https://git.proxmox.com/git/mirror_novnc
synced 2025-04-28 11:09:24 +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).
13 lines
117 B
Plaintext
13 lines
117 B
Plaintext
*.pyc
|
|
*.o
|
|
tests/data_*.js
|
|
utils/rebind.so
|
|
utils/websockify
|
|
/node_modules
|
|
/build
|
|
/lib
|
|
recordings
|
|
*.swp
|
|
*~
|
|
noVNC-*.tgz
|