mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
- Makefiles are not really common (rightly so) in JS projects and script entries in the package.json are good enough and what they're there for. - Move to using yarn for installing dependencies and running scripts as that is what we mostly use for the rest of the project. - Move from using make syntax to a dedicated script for building and testing extensions. Signed-off-by: Sebastian Malton <sebastian@malton.name>
20 lines
320 B
Plaintext
20 lines
320 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
|
|
extensions/*/package-lock.json
|
|
docs/extensions/api
|