From 271636876958940dbc7a8146a6278ddc2065275b Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 11 Dec 2025 17:28:22 -0500 Subject: [PATCH] Remove the rails credentials from .gitattributes because they make historical diffs very slow when searching history with git pickaxe et al --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8dc432343..31eeee0b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,5 +5,3 @@ db/schema.rb linguist-generated # Mark any vendored files as having been vendored. vendor/* linguist-vendored -config/credentials/*.yml.enc diff=rails_credentials -config/credentials.yml.enc diff=rails_credentials