Just fyi, I had to put it to my /config/admin.js for it to work:
module.exports = ({ env }) => ({
// some other variables are here
watchIgnoreFiles: [
'./logs',
'**/logs'
]
});
Just fyi, I had to put it to my /config/admin.js for it to work:
module.exports = ({ env }) => ({
// some other variables are here
watchIgnoreFiles: [
'./logs',
'**/logs'
]
});