mirror of
https://github.com/lensapp/lens.git
synced 2024-11-13 09:17:30 +03:00
cb3e19f2f0
* 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
|