1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/.gitignore
Sebastian Malton 862b597a75 Allow for users to enabled release mode debugging
* If a ENV var is set then the menu options are present

* This PR also prevents some menu options from throwing exceptions if
  the main window is closed.

* This PR also adds file logging so that in production logs can still be
  obtained

Signed-off-by: Sebastian Malton <smalton@mirantis.com>
2020-08-21 10:35:34 -04:00

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