Files
Dennis Oelkers acd9ee1601 Using constant path for puppeteer cache. (#14251)
Since version `v19.4.x`, [puppeteer](puppeteer/puppeteer) is using a separate directory outside of `node_modules` for downloading a chrome version. This can lead to issues on ci.

Therefore this PR is setting the download cache folder to `./.cache/puppeteer`.
2022-12-21 13:57:30 +01:00

28 lines
311 B
Plaintext

tmp
dist
.DS_Store
.node_cache
node_modules
sandbox.js
npm-debug.log
build
node
manifests/*-manifest.json
plugin
cache
# Webpack Stats & Analysis Files
webpack/stats-*
webpack/analysis-*
test/bin
# Generated frontend style guide
docs/styleguide
# Generated by graylog-project-cli
/web-modules.json
.cache