mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* Allow for users to enabled release mode debugging by setting the env var `DEBUG` to "true" * Adds file logging so that in production logs can still be obtained. Those log files are limited the size and number and are rotated automatically Signed-off-by: Sebastian Malton <smalton@mirantis.com> Co-authored-by: Sebastian Malton <smalton@mirantis.com>
13 lines
141 B
Plaintext
13 lines
141 B
Plaintext
dist/
|
|
out/
|
|
node_modules/
|
|
.DS_Store
|
|
yarn-error.log
|
|
coverage/
|
|
tmp/
|
|
static/build/**
|
|
binaries/client/
|
|
binaries/server/
|
|
locales/**/**.js
|
|
lens.log
|