mirror of
https://github.com/novnc/noVNC.git
synced 2025-04-18 23:44:01 +03: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
|