git commit fails with following log, when I committed core's files
web/core/modules/system/config/install/system.performance.yml:3: max_age: 0
COMMIT REJECTED Found "max_age: 0" references. Please remove them before committing.
You MUST not disable browser caching!
Issue is that it identified the file from module's config/install, not the tracked config
git commit fails with following log, when I committed core's files
Issue is that it identified the file from module's config/install, not the tracked config