From 84eec7a39990cb0685cb6d88b3b8f90dfbaebffd Mon Sep 17 00:00:00 2001
From: lilly <li@lly.sh>
Date: Mon, 10 Feb 2025 17:50:24 +0100
Subject: [PATCH] gitignore result/ folder

This folder is usually added by `nix build` commands and is also
always a symlink into the nix store.
There is no point in ever adding it to git so to prevent mistakes,
we ignore it.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 92b2793..2bbdbfe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 .direnv
+result