https://github.com/grafana/grafana
Revision c66e3ed5e121e085ea7c097ee25d9c09846ba22f authored by Esteban Beltran on 17 November 2023, 08:58:23 UTC, committed by Esteban Beltran on 17 November 2023, 08:58:23 UTC
1 parent d78b3fe
Raw File
Tip revision: c66e3ed5e121e085ea7c097ee25d9c09846ba22f authored by Esteban Beltran on 17 November 2023, 08:58:23 UTC
Sandbox: Disable incident app inside the sandbox code
Tip revision: c66e3ed
.levignore.js
module.exports = {
  removals: [/FeatureToggles\..*/],
  additions: [/FeatureToggles\..*/],
  changes: [/FeatureToggles\..*/],
};
back to top