Skip to content

Commit

Permalink
Add notebook-renderer to hygiene filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Mar 9, 2022
1 parent c354462 commit acd19fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,12 @@ module.exports.indentationFilter = [
'!**/Dockerfile.*',
'!**/*.Dockerfile',
'!**/*.dockerfile',

// except for built files
'!extensions/markdown-language-features/media/*.js',
'!extensions/markdown-language-features/notebook-out/*.js',
'!extensions/markdown-math/notebook-out/*.js',
'!extensions/notebook-renderers/renderer-out/*.js',
'!extensions/simple-browser/media/*.js',
];

Expand Down

0 comments on commit acd19fb

Please sign in to comment.