mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
- Added logging by default for non-CI environments running integration tests - Increasing the timeout on integration tests so that spectron is more likely to error out instead (should help with debugging tests) Signed-off-by: Sebastian Malton <sebastian@malton.name>
21 lines
301 B
Plaintext
21 lines
301 B
Plaintext
dist/
|
|
node_modules/
|
|
.DS_Store
|
|
yarn-error.log
|
|
coverage/
|
|
tmp/
|
|
locales/**/**.js
|
|
lens.log
|
|
static/build
|
|
static/types
|
|
binaries/client/
|
|
binaries/server/
|
|
src/extensions/*/*.js
|
|
src/extensions/*/*.d.ts
|
|
types/extension-api.d.ts
|
|
types/extension-renderer-api.d.ts
|
|
extensions/*/dist
|
|
docs/extensions/api
|
|
site/
|
|
logs/
|