From 1bb492aa7835ff7b7da626f5e576b244808d31f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 18 Sep 2025 10:05:45 +0800 Subject: [PATCH] home/git: move spell ignore to repo gitignore --- .gitignore | 4 ++-- nix/homeModules/common/git.nix | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c451eab9..717b21d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# nd outputs -nix-diff-* +# Spell files will be downloaded at runtime +.config/nvim/spell/ # XMonad **/xmonad/dist-newstyle/ diff --git a/nix/homeModules/common/git.nix b/nix/homeModules/common/git.nix index 52cf5bac..a50ba2a5 100644 --- a/nix/homeModules/common/git.nix +++ b/nix/homeModules/common/git.nix @@ -45,9 +45,6 @@ # pre-commit ".pre-commit-config.yaml" - - # dotfiles - ".config/nvim/spell/" ]; };