1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove duplication from gitignores

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-02-20 14:19:33 +02:00
parent 94bc9fa0a5
commit 36757c56c0
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
10 changed files with 2 additions and 18 deletions

2
.gitignore vendored
View File

@ -7,3 +7,5 @@ docs/extensions/api
site/
lerna-debug.log
coverage
dist
node_modules

View File

@ -1,2 +0,0 @@
dist/
node_modules/

View File

@ -1,5 +1,3 @@
static/build/
build/webpack/
binaries/
dist/
node_modules/

View File

@ -1,2 +0,0 @@
dist/
node_modules/

View File

@ -1,2 +0,0 @@
dist/
node_modules/

View File

@ -1,2 +0,0 @@
dist/
node_modules/

View File

@ -1,2 +0,0 @@
dist/
node_modules/

View File

@ -1,6 +1,4 @@
static/build
binaries/
dist/
node_modules/
*.mjs
*.mjs.map

View File

@ -1,2 +0,0 @@
dist/
node_modules/

View File

@ -1,2 +0,0 @@
dist/
node_modules/