mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
Remove admin files from watched files
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
93de45cc2e
commit
d24fe52a89
@ -119,10 +119,8 @@ function watchFileChanges({ dir, strapiInstance, watchIgnoreFiles, polling }) {
|
||||
ignored: [
|
||||
/(^|[/\\])\../, // dot files
|
||||
/tmp/,
|
||||
'admin',
|
||||
'admin/**',
|
||||
'src/extensions/**/admin',
|
||||
'src/extensions/**/admin/**',
|
||||
'**/src/admin/**',
|
||||
'**/src/plugins/**/admin/',
|
||||
'**/documentation',
|
||||
'**/documentation/**',
|
||||
'**/node_modules',
|
||||
|
Loading…
x
Reference in New Issue
Block a user