From cc8f65b4d8ee6389ed89b1857d513bd0c47f7d5a Mon Sep 17 00:00:00 2001 From: Lauren George Date: Tue, 30 Apr 2024 15:56:36 -0400 Subject: [PATCH] refactor(gitattributes): override diff rules for Gemfile.lock --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7f0ddffc253..f92f66167fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -120,7 +120,6 @@ tsconfig.json jsonc *.map autogen *.min.js autogen - # -------------------------------------------------------------------- # PROJECT-SPEFICIC RULES # --------------------------------------------------------------------# @@ -130,6 +129,9 @@ knapsack_rspec_report.json lockfile package-lock.json lockfile pnpm-lock.yaml lockfile +### Force text diff for Gemfile.lock +Gemfile.lock diff + ## Executables and runtimes *.wasm binary