mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 07:08:06 +00:00
This commit restructures noVNC, splitting it into the core directory and the app directory, with the former containing core noVNC parts, and the latter containing parts specific to the application.
22 lines
212 B
Plaintext
22 lines
212 B
Plaintext
app
|
|
core
|
|
favicon.ico
|
|
.gitmodules
|
|
node_modules
|
|
.*
|
|
*~
|
|
*.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
|