From 8fa86294cfb2798bdf844a629a5694e582c72542 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Wed, 16 Apr 2025 15:58:55 -0700 Subject: initial configuration of a nix flake this also sets up direnv and gitignore Change-Id: Ifa286098ec0be1122e167757c11be1cd3d06ec93 Force-Push: I'm trying to do initial setup and I want to move quickly --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9365465 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +result +*.swp +.direnv -- cgit 1.4.1