mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 00:24:46 -06:00
27ed2a0f7e
* Adds levitate levignore configuration file to prevent breaking change notifications from expected typescript symbols * Add root file to codeowners * Remove unnecessary word boundary * Exand it to changes and a\dditions too
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
module.exports = {
|
|
removals: [/FeatureToggles\..*/],
|
|
additions: [/FeatureToggles\..*/],
|
|
changes: [/FeatureToggles\..*/],
|
|
};
|