We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4680a58 commit 3dc7b55Copy full SHA for 3dc7b55
src/resources/settings.ts
@@ -3,7 +3,7 @@ export default {
3
src: './oc.json'
4
},
5
filesToIgnoreOnDevWatch:
6
- /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/,
7
maxLoopIterations: 1e9,
8
registry: {
9
acceptRenderedHeader: 'application/vnd.oc.rendered+json',
0 commit comments