node_modules out, sync configs

This commit is contained in:
2025-06-22 02:20:55 +02:00
parent 8ae273410c
commit 924a121eef
65032 changed files with 6313 additions and 10577343 deletions

View File

@@ -19,4 +19,7 @@ exports.default = ({ env }) => ({
nps: env.bool('FLAG_NPS', true),
promoteEE: env.bool('FLAG_PROMOTE_EE', true),
},
watchIgnoreFiles: [
'**/config/sync/**',
],
});