Skip to content

Commit

Permalink
Merge pull request #1292 from opencomponents/disable-watch-on-temp
Browse files Browse the repository at this point in the history
dont watch files on temp folder from templates
  • Loading branch information
ricardo-devis-agullo authored Mar 24, 2022
2 parents 4680a58 + 3dc7b55 commit 2462f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
src: './oc.json'
},
filesToIgnoreOnDevWatch:
/node_modules|package\.tar\.gz|_package|\.sw[op]|\.git\/|\.idea\/|\.DS_Store|oc\.json/,
/temp\/__oc|node_modules|package\.tar\.gz|_package|\.sw[op]|\.git\/|\.idea\/|\.DS_Store|oc\.json/,
maxLoopIterations: 1e9,
registry: {
acceptRenderedHeader: 'application/vnd.oc.rendered+json',
Expand Down

0 comments on commit 2462f5e

Please sign in to comment.