# node_modules ship pre-minified *.min.js alongside *.js
cockpit source: source-is-missing node_modules/*
# compiled translations can get rather long
cockpit source: source-is-missing dist/static/*po.*.html*
# dist/ is (pre-)built by webpack from pkg/ and node_modules, see webpack.config.js
cockpit source: source-is-missing dist/*.js*
# pkg/machines/include is symlink to node_components/noVNC/include and content is meant as downloadable resource at runtime
cockpit source: source-is-missing pkg/machines/include/*
