From 139fb8e87965ae79c51f3f64578a391417d6d39b Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 4 Feb 2025 08:20:55 -0600 Subject: [PATCH] Ignore built files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e39ed0f..7328b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ host result .pre-commit-config.yaml .direnv +# On home-manager only installs, this is built into the same dir +# where I am storing my repo +nix.conf