From 6da6545d1522c7b0a37b2db5e526ecae7a3ddb6b Mon Sep 17 00:00:00 2001 From: recursive_recursion Date: Wed, 28 Feb 2024 19:11:32 -0700 Subject: [PATCH] Adds secret.nix to .gitignore now that the template was shared. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index aaf31fe..db066db 100644 --- a/.gitignore +++ b/.gitignore @@ -151,3 +151,5 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +# NixOS System Configuration +secrets.nix \ No newline at end of file