Our cortex.json specifies many files as entries. But we usually only modify a certain file during developing. Building all entries is not necessary.
If modified cortex.json directly, we need be careful to not submit the temporary change.
So how about supporting to read a file called cortex.local.json? We can add it to .gitignore. If it is existed, cortex will use it to extend the default settings.
Our
cortex.jsonspecifies many files asentries. But we usually only modify a certain file during developing. Building all entries is not necessary.If modified
cortex.jsondirectly, we need be careful to not submit the temporary change.So how about supporting to read a file called
cortex.local.json? We can add it to.gitignore. If it is existed,cortexwill use it to extend the default settings.