mirror of
https://github.com/grafana/grafana.git
synced 2025-12-18 22:16:21 -05:00
* 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
5 lines
130 B
JavaScript
5 lines
130 B
JavaScript
module.exports = {
|
|
removals: [/FeatureToggles\..*/],
|
|
additions: [/FeatureToggles\..*/],
|
|
changes: [/FeatureToggles\..*/],
|
|
};
|