From bb9c30af9008a131ad99d630dc55a6c36157ffa3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 9 Apr 2026 19:04:50 +0000 Subject: [PATCH] Add README to oxfmt ignorePatterns Agent-Logs-Url: https://github.com/pierrecomputer/pierre/sessions/efa71977-5b0e-40e7-bb17-70abe0d8eaaa Co-authored-by: unknwon <2946214+unknwon@users.noreply.github.com> --- .oxfmtrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.oxfmtrc.json b/.oxfmtrc.json index d96622fc6..97109c349 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -44,6 +44,7 @@ ".vercel", "apps/docs/public/r/*", "apps/docs/next-env.d.ts", - "*.patch" + "*.patch", + "README" ] }