sourcegraph/.stylelintignore
William Bezuidenhout 2d17511ad4
rework plugin structure and implement frontside blogpost (#46883)
Rework dir plugin structure `plugin-backstage` -> `backstage-common`

* Convert to our lord and saviour `esbuild`

- Plugin now uses the common-plugin type for functionality shared
  between backend and frontend
- Implement the Entity provider as described by Frontside blogpost
- Able to dev in Sourcegraph mono repo and install the plugin in
  Backstage

Closes #46727

## Test plan
### In plugin directory
* `pnpm dist`

Co-authored-by: Sander Ginn <sanderginn@users.noreply.github.com>
Co-authored-by: David Veszelovszki <veszelovszki@gmail.com>
2023-02-15 11:49:51 +02:00

9 lines
92 B
Plaintext

**/*.js
**/*.jsx
**/*.ts
**/*.tsx
**/*.svg
node_modules/
__mocks__/
client/backstage-common