From d8f0abac925b35adc11ef2e6ec7862d160ee2309 Mon Sep 17 00:00:00 2001 From: winston Date: Wed, 1 May 2024 21:00:27 +0200 Subject: [PATCH] fix(git): add catch-all ltex gitignore --- home/apps/git.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/apps/git.nix b/home/apps/git.nix index 9d57aa1..3240e7b 100644 --- a/home/apps/git.nix +++ b/home/apps/git.nix @@ -48,8 +48,7 @@ "*.swp" ".gonvim/" ".idea/" - "ltex.dictionary*.txt" - "ltex.disabledRules.*.txt" + "ltex.*.txt" # nix-specific ".direnv/" ".envrc"