summaryrefslogtreecommitdiff
path: root/.npmignore
blob: c335c33825cf995cbaf8d851200afa954fd6aaab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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