]> git.proxmox.com Git - mirror_novnc.git/blob - .npmignore
Add Spanish translation
[mirror_novnc.git] / .npmignore
1 # infra JS
2 /build/
3 /node_modules/
4 /tests/
5 /utils/
6 /recordings/
7 /vendor/sinon.js
8
9 # noVNC application files
10 /app
11 /vendor/browser-es-module-loader
12 /vendor/promise.js
13 /vnc.html
14 /vnc_lite.html
15
16 # raw translation files
17 /po
18
19 # config files
20 /.travis.yml
21 /karma.conf.js
22
23 # various other files
24 /.gitmodules
25 .*
26 *~
27 *.swp
28 *.swo
29
30 # documentation (except licenses)
31 /docs/notes
32 /docs/links
33 /docs/release.txt
34 /docs/rfb_notes
35 /docs/*.pdf
36 /docs/flash_policy.txt
37 /CONTRIBUTING.md