mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
18 lines
284 B
YAML
18 lines
284 B
YAML
---
|
|
area/ui:
|
|
- src/renderer/**/*
|
|
area/test:
|
|
- integration/**/*
|
|
- __mocks__/**/*
|
|
area/extension:
|
|
- extensions/**/*
|
|
- src/extensions/**/*
|
|
area/documentation:
|
|
- READEME.md
|
|
- docs/**/*
|
|
area/ci:
|
|
- .github/workflows/**/*
|
|
- .azure-pipelines.yml
|
|
dependencies:
|
|
- yarn.lock
|