Skip to content

Commit

Permalink
fix default excluded files
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Oct 25, 2024
1 parent 20565fd commit a610ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reciple/static/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const config = {
},
modules: {
dirs: ['./modules', './modules/*', './modules/*/*'],
exclude: ['halts', 'preconditions', '_*'],
exclude: ['./modules/halts', './modules/preconditions', './modules/_*'],
filter: file => true,
disableModuleVersionCheck: false
},
Expand Down

0 comments on commit a610ad7

Please sign in to comment.