diff --git a/.oxfmtrc.json b/.oxfmtrc.json index 2a39c69..de1285d 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -1,4 +1,10 @@ { "$schema": "./node_modules/oxfmt/configuration_schema.json", - "ignorePatterns": ["test-scenarios/**", "dist/**", ".github/**", "**/__snapshots__/**"] + "ignorePatterns": [ + "test-scenarios/**", + "dist/**", + ".github/**", + "**/__snapshots__/**", + "CHANGELOG.md" + ] }